Skip to content

Commit f310ac2

Browse files
authored
Merge pull request #47 from fingolfin/mh/ci
CI: test against GAP 4.14, update Codecov action
2 parents 0773351 + 1df4b30 commit f310ac2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
matrix:
2929
gap-branch:
3030
- master
31+
- stable-4.14
3132
- stable-4.13
3233
- stable-4.12
3334

@@ -43,7 +44,7 @@ jobs:
4344
- uses: gap-actions/build-pkg@v1
4445
- uses: gap-actions/run-pkg-tests@v2
4546
- uses: gap-actions/process-coverage@v2
46-
- uses: codecov/codecov-action@v4
47+
- uses: codecov/codecov-action@v5
4748
with:
4849
token: ${{ secrets.CODECOV_TOKEN }}
4950

0 commit comments

Comments
 (0)