We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a220f commit dce0706Copy full SHA for dce0706
.github/workflows/scriptabledebugger.yml
@@ -23,11 +23,11 @@ jobs:
23
strategy:
24
matrix:
25
os: [ ubuntu-latest ]
26
- smalltalk: [ Pharo64-13 ]
+ smalltalk: [ Pharo64-alpha ]
27
runs-on: ${{ matrix.os }}
28
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
29
steps:
30
- - uses: actions/checkout@v2 # or 3
+ - uses: actions/checkout@v3
31
- name: Setup smalltalkCI
32
uses: hpi-swa/setup-smalltalkCI@v1
33
with:
0 commit comments