We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658d67e commit 2e76be1Copy full SHA for 2e76be1
1 file changed
.github/workflows/main.yaml
@@ -22,10 +22,14 @@ jobs:
22
matrix:
23
image:
24
- ubuntu-2204-lts
25
- gap-branch:
26
- - master
27
- - stable-4.13
28
- - stable-4.12
+ gap-version:
+ - 4.13.1
+ - 4.13.0
+ - 4.13.0-alpha2
29
+ - 4.13.0-alpha1
30
+ - 4.12.2
31
+ - 4.12.1
32
+ - 4.12.0
33
platform:
34
- linux/amd64
35
- linux/arm/v7
@@ -72,4 +76,5 @@ jobs:
72
76
cache-from: type=gha
73
77
cache-to: type=gha,mode=max`
74
78
build-args: |
75
- PLATFORM=${{ matrix.platform }}
79
+ PLATFORM=${{ matrix.platform }}
80
+ GAP_VERSION=${{ matrix.gap-version }}
0 commit comments