Skip to content

Commit d6b48ae

Browse files
authored
Update Smalltalk versions in CI matrix
Now the CI runs in Pharo 12, 13 and 14
1 parent 4c3622c commit d6b48ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ macos-latest, ubuntu-latest ]
18-
smalltalk: [ Pharo64-8.0, Pharo64-7.0 ]
18+
smalltalk: [ Pharo64-12, Pharo64-13, Pharo64-14 ]
1919
runs-on: ${{ matrix.os }}
2020
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
2121
steps:

0 commit comments

Comments
 (0)