Skip to content

Commit 01f336b

Browse files
committed
CI: update to latest gap-actions
1 parent d2cd37f commit 01f336b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/CI.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@ concurrency:
1919
jobs:
2020
# The job running the package tests.
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
27+
gap-version:
28+
- 'devel'
29+
- '4.15'
30+
- '4.14'
31+
- '4.13'
32+
- '4.12'
3333

3434
steps:
3535
- uses: actions/checkout@v6
36-
- uses: gap-actions/setup-gap@v2
36+
- uses: gap-actions/setup-gap@v3
3737
with:
38-
GAPBRANCH: ${{ matrix.gap-branch }}
39-
- uses: gap-actions/build-pkg@v1
40-
- uses: gap-actions/run-pkg-tests@v3
41-
- uses: gap-actions/run-pkg-tests@v3
38+
gap-version: ${{ matrix.gap-version }}
39+
- uses: gap-actions/build-pkg@v2
40+
- uses: gap-actions/run-pkg-tests@v4
41+
- uses: gap-actions/run-pkg-tests@v4
4242
with:
43-
only-needed: true
44-
- uses: gap-actions/process-coverage@v2
43+
mode: onlyneeded
44+
- uses: gap-actions/process-coverage@v3
4545
- uses: codecov/codecov-action@v5
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)