Skip to content

Commit 05ac531

Browse files
authored
Merge pull request #24 from msgpack/remove_squeak6_ci_build
Update main.yml
2 parents 31c9c5f + a2873e9 commit 05ac531

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]
1212
experimental: [false]
1313
continue-on-error: ${{ matrix.experimental }}
1414
name: ${{ matrix.smalltalk }}

0 commit comments

Comments
 (0)