Skip to content

Commit d8191d1

Browse files
authored
fix pharo version
1 parent dce0706 commit d8191d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scriptabledebugger-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ ubuntu-latest ]
27-
smalltalk: [ Pharo64-13 ]
27+
smalltalk: [ Pharo64-alpha ]
2828
runs-on: ${{ matrix.os }}
2929
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
3030
steps:
31-
- uses: actions/checkout@v2 # or 3
31+
- uses: actions/checkout@v3
3232
- name: Setup smalltalkCI
3333
uses: hpi-swa/setup-smalltalkCI@v1
3434
with:

0 commit comments

Comments
 (0)