Skip to content

Commit 7760166

Browse files
authored
Enable Pharo 12 and 13 for the CI
1 parent 0d4ff94 commit 7760166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11 ]
20+
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12, Pharo64-13 ]
2121
name: ${{ matrix.smalltalk }}
2222
steps:
2323
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)