We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c96bb8 commit 884a1d4Copy full SHA for 884a1d4
.github/workflows/CI.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
os: [ macos-latest, windows-latest, ubuntu-latest]
18
- smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12 ]
+ smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12, Pharo64-13 ]
19
runs-on: ${{ matrix.os }}
20
name: ${{ matrix.smalltalk }}
21
steps:
0 commit comments