Skip to content

Commit ff991d6

Browse files
authored
Merge pull request #330 from jordanmontt/patch-1
Added Pharo 14 and 14 to the CI. Removed Pharo 9 and 10
2 parents 9e0964e + 7e68b19 commit ff991d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smalltalk-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
PROJECT_NAME: PolyMath-${{ matrix.smalltalk }}
1313
strategy:
1414
matrix:
15-
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12 ]
15+
smalltalk: [ Pharo64-11, Pharo64-12, Pharo64-13, Pharo64-14 ]
1616
name: ${{ matrix.smalltalk }}
1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)