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 76699bc commit 847f16aCopy full SHA for 847f16a
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: CI
+name: Release
2
3
env:
4
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -11,7 +11,7 @@ jobs:
11
build:
12
strategy:
13
matrix:
14
- smalltalk: [ Pharo64-9.0, Pharo64-10 ]
+ smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11 ]
15
os: [ macos-latest, windows-latest, ubuntu-latest]
16
runs-on: ${{ matrix.os }}
17
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
.github/workflows/smalltalk-ci.yml
@@ -17,7 +17,7 @@ jobs:
PROJECT_NAME: PolyMath-${{ matrix.smalltalk }}
18
19
20
21
name: ${{ matrix.smalltalk }}
22
steps:
23
- uses: actions/checkout@v2
0 commit comments