Skip to content

Commit 1781826

Browse files
Remove Pharo64-12 from test matrix
Only keep Pharo 13 and Pharo 14 in the CI. Add a <expectedFailure> for one failing test until we fix the issue.
1 parent fcaf882 commit 1781826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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-12, Pharo64-13, Pharo64-14]
13+
smalltalk: [Pharo64-13, Pharo64-14]
1414
name: ${{ matrix.smalltalk }}
1515
steps:
1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)