Skip to content

Commit d798b70

Browse files
authored
Added Pharo 14 to the CI
1 parent 1571dcc commit d798b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ macos-latest, windows-latest, ubuntu-latest ]
20-
smalltalk: [ Pharo64-12, Pharo64-13 ]
20+
smalltalk: [ Pharo64-12, Pharo64-13, Pharo64-14 ]
2121
runs-on: ${{ matrix.os }}
2222
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
2323
steps:

0 commit comments

Comments
 (0)