Skip to content

Commit 2e76be1

Browse files
committed
feat: Add gap-version matrix
1 parent 658d67e commit 2e76be1

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/main.yaml

+10-5
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ jobs:
2222
matrix:
2323
image:
2424
- ubuntu-2204-lts
25-
gap-branch:
26-
- master
27-
- stable-4.13
28-
- stable-4.12
25+
gap-version:
26+
- 4.13.1
27+
- 4.13.0
28+
- 4.13.0-alpha2
29+
- 4.13.0-alpha1
30+
- 4.12.2
31+
- 4.12.1
32+
- 4.12.0
2933
platform:
3034
- linux/amd64
3135
- linux/arm/v7
@@ -72,4 +76,5 @@ jobs:
7276
cache-from: type=gha
7377
cache-to: type=gha,mode=max`
7478
build-args: |
75-
PLATFORM=${{ matrix.platform }}
79+
PLATFORM=${{ matrix.platform }}
80+
GAP_VERSION=${{ matrix.gap-version }}

0 commit comments

Comments
 (0)