Skip to content

Commit 6f05eee

Browse files
committed
CI: test with GAP 4.13; test with mininimal set of packages loaded
1 parent ad13a48 commit 6f05eee

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
matrix:
2626
gap-branch:
2727
- master
28+
- stable-4.13
2829
- stable-4.12
2930
- stable-4.11
3031
- stable-4.10
@@ -35,13 +36,16 @@ jobs:
3536
ABI: 32
3637

3738
steps:
38-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
3940
- uses: gap-actions/setup-gap@v2
4041
with:
4142
GAPBRANCH: ${{ matrix.gap-branch }}
4243
ABI: ${{ matrix.ABI }}
4344
- uses: gap-actions/build-pkg@v1
4445
- uses: gap-actions/run-pkg-tests@v2
46+
- uses: gap-actions/run-pkg-tests@v2
47+
with:
48+
only-needed: true
4549
- uses: gap-actions/process-coverage@v2
4650
- uses: codecov/codecov-action@v3
4751

@@ -51,13 +55,13 @@ jobs:
5155
runs-on: ubuntu-latest
5256

5357
steps:
54-
- uses: actions/checkout@v3
58+
- uses: actions/checkout@v4
5559
- uses: gap-actions/setup-gap@v2
5660
- uses: gap-actions/build-pkg-docs@v1
5761
with:
5862
use-latex: 'true'
5963
- name: 'Upload documentation'
60-
uses: actions/upload-artifact@v3
64+
uses: actions/upload-artifact@v4
6165
with:
6266
name: manual
6367
path: ./doc/manual.pdf

0 commit comments

Comments
 (0)