Skip to content

Commit ca56586

Browse files
committed
updates test matrix for unit testing and sqlite integration
1 parent 50f9775 commit ca56586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sqlite3-integration-tests.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-9.0, Pharo64-10, Pharo64-11 ]
11+
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12 ]
1212
name: ${{ matrix.smalltalk }}
1313
steps:
1414
- uses: actions/checkout@v2

.github/workflows/unit-tests.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-8.0, Pharo64-9.0, Pharo64-10, Pharo64-11 ]
11+
smalltalk: [ Pharo64-8.0, Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12 ]
1212
name: ${{ matrix.smalltalk }}
1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)