Skip to content

Commit dce0706

Browse files
authored
fix pharo version
1 parent 01a220f commit dce0706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scriptabledebugger.yml

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

0 commit comments

Comments
 (0)