Skip to content

Commit 3e38236

Browse files
authored
Merge pull request #30 from msgpack/develop
Added workflow configuration for testing on Pharo 13
2 parents 211c372 + e23d09f commit 3e38236

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)