Skip to content

Commit 4704418

Browse files
committed
CI: update to latest gap-actions
1 parent 63130ae commit 4704418

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/CI.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,31 +19,31 @@ concurrency:
1919
jobs:
2020
# The CI test job
2121
test:
22-
name: ${{ matrix.gap-branch }}
22+
name: ${{ matrix.gap-version }}
2323
runs-on: ubuntu-latest
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
gap-branch:
28-
- master
29-
- stable-4.15
30-
- stable-4.14
31-
- stable-4.13
32-
- stable-4.12
33-
- stable-4.11
34-
- stable-4.10
27+
gap-version:
28+
- 'devel'
29+
- '4.15'
30+
- '4.14'
31+
- '4.13'
32+
- '4.12'
33+
- '4.11'
34+
- '4.10'
3535

3636
steps:
3737
- uses: actions/checkout@v6
38-
- uses: gap-actions/setup-gap@v2
38+
- uses: gap-actions/setup-gap@v3
3939
with:
40-
GAPBRANCH: ${{ matrix.gap-branch }}
41-
- uses: gap-actions/build-pkg@v1
42-
- uses: gap-actions/run-pkg-tests@v3
43-
- uses: gap-actions/run-pkg-tests@v3
40+
gap-version: ${{ matrix.gap-version }}
41+
- uses: gap-actions/build-pkg@v2
42+
- uses: gap-actions/run-pkg-tests@v4
43+
- uses: gap-actions/run-pkg-tests@v4
4444
with:
45-
only-needed: true
46-
- uses: gap-actions/process-coverage@v2
45+
mode: onlyneeded
46+
- uses: gap-actions/process-coverage@v3
4747
- uses: codecov/codecov-action@v5
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)