Skip to content

Commit f3cb3a2

Browse files
Add Pharo64-12, Pharo64-13, and Pharo64-14 to matrix
Let's try to do #8
1 parent c4b9a43 commit f3cb3a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
PROJECT_NAME: MathVectorMatrix-${{ matrix.smalltalk }}
1111
strategy:
1212
matrix:
13-
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11 ]
13+
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11 Pharo64-12 Pharo64-13 Pharo64-14]
1414
name: ${{ matrix.smalltalk }}
1515
steps:
1616
- uses: actions/checkout@v3
@@ -19,4 +19,4 @@ jobs:
1919
smalltalk-image: ${{ matrix.smalltalk }}
2020
- run: smalltalkci -s ${{ matrix.smalltalk }}
2121
shell: bash
22-
timeout-minutes: 15
22+
timeout-minutes: 15

0 commit comments

Comments
 (0)