Skip to content

Commit 82124a6

Browse files
authored
Update test.yml
1 parent b90e65f commit 82124a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ 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, Pharo64-13 ]
16+
smalltalk: [ Pharo64-13, Pharo64-14 ]
1717
os: [ ubuntu-latest ] # macos-latest, windows-latest
1818
ston: [ .ci.ston ]
1919
runs-on: ${{ matrix.os }}
2020
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525
- name: Setup smalltalkCI

0 commit comments

Comments
 (0)