Skip to content

Commit 9e9f4c6

Browse files
committed
improved github actons
1 parent a1534b0 commit 9e9f4c6

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,22 @@ on:
1212
push:
1313
branches:
1414
- development
15+
- pharo9-openssl1.1
16+
- pharo10-openssl1.1
1517

16-
1718
jobs:
1819
build:
1920
runs-on: ubuntu-latest
21+
strategy:
22+
matrix:
23+
smalltalk: [ Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0 ]
24+
name: ${{ matrix.smalltalk }}
2025
steps:
2126
- uses: actions/checkout@v2
2227
- uses: hpi-swa/setup-smalltalkCI@v1
2328
id: smalltalkci
2429
with:
25-
smalltalk-version: Pharo64-9.0
26-
- run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-version }}
30+
smalltalk-image: ${{ matrix.smalltalk }}
31+
- run: smalltalkci -s ${{ matrix.smalltalk }}
2732
shell: bash
2833
timeout-minutes: 15

0 commit comments

Comments
 (0)