Skip to content

Commit 7de69c1

Browse files
committed
CI: update to latest gap-actions
1 parent 62e666f commit 7de69c1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/CI.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@ 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
27+
gap-version:
28+
- 'devel'
29+
- '4.15'
30+
- '4.14'
31+
- '4.13'
3232

3333
steps:
3434
- uses: actions/checkout@v6
35-
- uses: gap-actions/setup-gap@v2
35+
- uses: gap-actions/setup-gap@v3
3636
with:
37-
GAPBRANCH: ${{ matrix.gap-branch }}
38-
- uses: gap-actions/build-pkg@v1
39-
- uses: gap-actions/run-pkg-tests@v3
40-
- uses: gap-actions/run-pkg-tests@v3
37+
gap-version: ${{ matrix.gap-version }}
38+
- uses: gap-actions/build-pkg@v2
39+
- uses: gap-actions/run-pkg-tests@v4
40+
- uses: gap-actions/run-pkg-tests@v4
4141
with:
42-
only-needed: true
43-
- uses: gap-actions/process-coverage@v2
42+
mode: onlyneeded
43+
- uses: gap-actions/process-coverage@v3
4444
- uses: codecov/codecov-action@v5
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)