Skip to content

Commit 082e50f

Browse files
committed
CI: update to latest gap-actions
1 parent d06d945 commit 082e50f

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
@@ -18,31 +18,31 @@ concurrency:
1818
jobs:
1919
# The CI test job
2020
test:
21-
name: ${{ matrix.gap-branch }}
21+
name: ${{ matrix.gap-version }}
2222
runs-on: ubuntu-latest
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
gap-branch:
27-
- master
28-
- stable-4.15
29-
- stable-4.14
30-
- stable-4.13
31-
- stable-4.12
32-
- stable-4.11
33-
- stable-4.10
26+
gap-version:
27+
- 'devel'
28+
- '4.15'
29+
- '4.14'
30+
- '4.13'
31+
- '4.12'
32+
- '4.11'
33+
- '4.10'
3434

3535
steps:
3636
- uses: actions/checkout@v6
37-
- uses: gap-actions/setup-gap@v2
37+
- uses: gap-actions/setup-gap@v3
3838
with:
39-
GAPBRANCH: ${{ matrix.gap-branch }}
40-
- uses: gap-actions/build-pkg@v1
41-
- uses: gap-actions/run-pkg-tests@v3
42-
- uses: gap-actions/run-pkg-tests@v3
39+
gap-version: ${{ matrix.gap-version }}
40+
- uses: gap-actions/build-pkg@v2
41+
- uses: gap-actions/run-pkg-tests@v4
42+
- uses: gap-actions/run-pkg-tests@v4
4343
with:
44-
only-needed: true
45-
- uses: gap-actions/process-coverage@v2
44+
mode: onlyneeded
45+
- uses: gap-actions/process-coverage@v3
4646
- uses: codecov/codecov-action@v5
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)