Skip to content

Commit 246ba02

Browse files
authored
Removed Pharo 9 and 10
1 parent c9b129a commit 246ba02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ macos-latest, windows-latest, ubuntu-latest]
27-
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12, Pharo64-13, Pharo64-14 ]
27+
smalltalk: [ Pharo64-11, Pharo64-12, Pharo64-13, Pharo64-14 ]
2828
runs-on: ${{ matrix.os }}
2929
name: ${{ matrix.smalltalk }}
3030
steps:

0 commit comments

Comments
 (0)