Skip to content

Commit b565058

Browse files
authored
Merge pull request #32 from noha/add-pharo-alpha
updated github actions with newer pharo versions
2 parents d1ec3b1 + cb393b5 commit b565058

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
smalltalk: [ Pharo64-12, Pharo64-11, Pharo64-10, Pharo64-9.0 ]
24-
name: ${{ matrix.smalltalk }}
23+
pharoversion: [ Pharo64-alpha, Pharo64-13, Pharo64-12, Pharo64-11, Pharo64-10, Pharo64-9.0 ]
24+
name: ${{ matrix.pharoversion }}
2525
steps:
2626
- uses: actions/checkout@v2
2727
- uses: hpi-swa/setup-smalltalkCI@v1
2828
id: smalltalkci
2929
with:
30-
smalltalk-image: ${{ matrix.smalltalk }}
31-
- run: smalltalkci -s ${{ matrix.smalltalk }}
30+
smalltalk-version: ${{ matrix.pharoversion }}
31+
- run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-version}}
3232
shell: bash
3333
timeout-minutes: 15

0 commit comments

Comments
 (0)