We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fbb59 commit 555b399Copy full SHA for 555b399
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
os: [ ubuntu-latest, macos-latest, windows-latest ]
10
- smalltalk: [ Squeak64-trunk, Squeak64-5.3, Squeak32-5.2 ]
+ smalltalk: [ Squeak64-trunk, Squeak64-6.0, Squeak64-5.3, Squeak32-5.2 ]
11
exclude:
12
- os: macos-latest
13
smalltalk: Squeak32-5.2 # 32bit no longer supported on macOS
0 commit comments