Skip to content

Commit d8d6fc0

Browse files
authored
Merge pull request #326 from jordanmontt/patch-1
Added Pharo12 to the CI
2 parents 7786dc1 + fc4c041 commit d8d6fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smalltalk-ci.yml

+1-1
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 ]
15+
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12 ]
1616
name: ${{ matrix.smalltalk }}
1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)