We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24715f8 commit ff41babCopy full SHA for ff41bab
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
# Default value means that a failure in one OS cancels all
14
fail-fast: false
15
matrix:
16
- smalltalk: [ Pharo64-11, Pharo64-12 ]
+ smalltalk: [ Pharo64-12, Pharo64-13 ]
17
os: [ ubuntu-latest, macos-latest, windows-latest ]
18
ston: [ .ci.ston ]
19
runs-on: ${{ matrix.os }}
@@ -31,4 +31,4 @@ jobs:
31
shell: bash
32
timeout-minutes: 10
33
env:
34
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments