Skip to content

Commit cf9663a

Browse files
authored
Merge pull request #31 from astares/update_to_Pharo13
Add P12 and P13 to GH actions
2 parents 0959dc6 + c82e101 commit cf9663a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/loading-groups.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-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0 ]
11+
smalltalk: [ Pharo64-13, Pharo64-12, Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0 ]
1212
load-spec: [ deployment, tests, tools, development ]
1313
name: ${{ matrix.smalltalk }} + ${{ matrix.load-spec }}
1414
steps:

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

0 commit comments

Comments
 (0)