diff --git a/.github/workflows/Pharo11CI.yml b/.github/workflows/Tests.yml similarity index 79% rename from .github/workflows/Pharo11CI.yml rename to .github/workflows/Tests.yml index 93fbe39ec..576b4dcd9 100644 --- a/.github/workflows/Pharo11CI.yml +++ b/.github/workflows/Tests.yml @@ -1,10 +1,10 @@ -name: 'Pharo 11 CI' +name: 'Tests' on: push: branches: - 'master' - - 'dev-lookandfeel' + - 'SteelSheet' pull_request: types: [assigned, opened, synchronize, reopened] @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - smalltalk: [ Pharo64-11 ] + smalltalk: [ Pharo64-11, Pharo64-12 ] runs-on: ${{ matrix.os }} name: ${{ matrix.smalltalk }} on ${{ matrix.os }} steps: @@ -24,6 +24,6 @@ jobs: - name: Load in New Image and Run Tests run: smalltalkci -s ${{ matrix.smalltalk }} ${{ matrix.ston }} shell: bash - timeout-minutes: 10 + timeout-minutes: 30 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file