Skip to content

Commit 884a1d4

Browse files
authored
Added pharo 13 to the CI
1 parent 9c96bb8 commit 884a1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ macos-latest, windows-latest, ubuntu-latest]
18-
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12 ]
18+
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12, Pharo64-13 ]
1919
runs-on: ${{ matrix.os }}
2020
name: ${{ matrix.smalltalk }}
2121
steps:

0 commit comments

Comments
 (0)