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 dce0706 commit d8191d1Copy full SHA for d8191d1
.github/workflows/scriptabledebugger-all.yml
@@ -24,11 +24,11 @@ jobs:
24
strategy:
25
matrix:
26
os: [ ubuntu-latest ]
27
- smalltalk: [ Pharo64-13 ]
+ smalltalk: [ Pharo64-alpha ]
28
runs-on: ${{ matrix.os }}
29
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
30
steps:
31
- - uses: actions/checkout@v2 # or 3
+ - uses: actions/checkout@v3
32
- name: Setup smalltalkCI
33
uses: hpi-swa/setup-smalltalkCI@v1
34
with:
0 commit comments