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 737d7bb commit dbc8c83Copy full SHA for dbc8c83
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
# Select platform(s)
13
os: [ ubuntu-latest ]
14
# Select compatible Smalltalk image(s)
15
- smalltalk: [ Squeak64-trunk, Squeak64-6.0 ]
+ smalltalk: [ Squeak64-6.1alpha, Squeak64-6.0 ]
16
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
17
steps:
18
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
0 commit comments