Skip to content

Commit af84bd3

Browse files
authored
Merge pull request #393 from pharo-graphics/ci-P15
Update Pharo versions in workflow matrix
2 parents 685e249 + 16af2a7 commit af84bd3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
# Default value means that a failure in one OS cancels all
1414
fail-fast: false
1515
matrix:
16-
smalltalk: [ Pharo64-12, Pharo64-13, Pharo64-14 ]
16+
smalltalk: [ Pharo64-13, Pharo64-14, Pharo64-15 ]
1717
os: [ macos-latest ]
1818
runs-on: ${{ matrix.os }}
1919
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0
2424
- name: Setup smalltalkCI
@@ -30,4 +30,4 @@ jobs:
3030
shell: bash
3131
timeout-minutes: 20
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)