We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b129a commit 246ba02Copy full SHA for 246ba02
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
matrix:
26
os: [ macos-latest, windows-latest, ubuntu-latest]
27
- smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12, Pharo64-13, Pharo64-14 ]
+ smalltalk: [ Pharo64-11, Pharo64-12, Pharo64-13, Pharo64-14 ]
28
runs-on: ${{ matrix.os }}
29
name: ${{ matrix.smalltalk }}
30
steps:
0 commit comments