We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e6b4f commit b26921cCopy full SHA for b26921c
.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-12, Pharo64-13 ]
+ smalltalk: [ Pharo64-13, Pharo64-14 ]
17
os: [ ubuntu-latest, macos-latest, windows-latest ]
18
ston: [ .ci.ston ]
19
runs-on: ${{ matrix.os }}
0 commit comments