Skip to content

Commit e23d09f

Browse files
authored
Merge pull request #29 from msgpack/CI-support-for-pharo-13
Update main.yml
2 parents 211c372 + ac8320e commit e23d09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
smalltalk: [Pharo64-11, Pharo64-12]
11+
smalltalk: [Pharo64-11, Pharo64-12, Pharo64-13]
1212
experimental: [false]
1313
continue-on-error: ${{ matrix.experimental }}
1414
name: ${{ matrix.smalltalk }}

0 commit comments

Comments
 (0)