Skip to content

Commit ff41bab

Browse files
authored
Update test.yml
Drop p11 and add P13
1 parent 24715f8 commit ff41bab

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
@@ -13,7 +13,7 @@ jobs:
1313
# Default value means that a failure in one OS cancels all
1414
fail-fast: false
1515
matrix:
16-
smalltalk: [ Pharo64-11, Pharo64-12 ]
16+
smalltalk: [ Pharo64-12, Pharo64-13 ]
1717
os: [ ubuntu-latest, macos-latest, windows-latest ]
1818
ston: [ .ci.ston ]
1919
runs-on: ${{ matrix.os }}
@@ -31,4 +31,4 @@ jobs:
3131
shell: bash
3232
timeout-minutes: 10
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)