Skip to content

Commit d00ba2b

Browse files
authored
Update CI for Pharo 11 and 12
1 parent 8dcba04 commit d00ba2b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
strategy:
2121
matrix:
2222
smalltalk:
23-
- Pharo64-10
24-
- Pharo64-9.0
25-
# Waiting a 32-bit version of Pharo 90 before re-enabling this version
26-
# - Pharo32-9.0
23+
- Pharo64-12
24+
- Pharo64-11
2725
smalltalk_config: [ .smalltalk.ston, .stress.smalltalk.ston ]
2826
os: [ ubuntu-latest, macos-latest ]
2927
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)