Skip to content

Commit 39660b0

Browse files
authored
Update main.yml
- Removed Squeak64-6.0 build setting temporaly
1 parent 31c9c5f commit 39660b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
smalltalk: [Pharo64-11, Squeak64-6.0]
11+
smalltalk: [Pharo64-11, Pharo64-12]
1212
experimental: [false]
1313
continue-on-error: ${{ matrix.experimental }}
1414
name: ${{ matrix.smalltalk }}

0 commit comments

Comments
 (0)