Skip to content

Commit 847f16a

Browse files
committed
Enable P11 CI
1 parent 76699bc commit 847f16a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Release
22

33
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
smalltalk: [ Pharo64-9.0, Pharo64-10 ]
14+
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11 ]
1515
os: [ macos-latest, windows-latest, ubuntu-latest]
1616
runs-on: ${{ matrix.os }}
1717
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}

.github/workflows/smalltalk-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
PROJECT_NAME: PolyMath-${{ matrix.smalltalk }}
1818
strategy:
1919
matrix:
20-
smalltalk: [ Pharo64-9.0, Pharo64-10 ]
20+
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11 ]
2121
name: ${{ matrix.smalltalk }}
2222
steps:
2323
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)