File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44on :
55 push :
66 branches :
7- - master
7+ - devel
88 - main
99 pull_request :
1010
@@ -19,31 +19,29 @@ concurrency:
1919jobs :
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.16
30- - stable-4.15
31- - stable-4.14
32- - stable-4.13
33- - stable-4.12
27+ gap-version :
28+ - ' devel' # current GAP development version from git
29+ - ' latest' # latest GAP release
30+ - ' minimal' # oldest GAP release supported by this package
3431
3532 steps :
3633 - uses : actions/checkout@v6
37- - uses : gap-actions/setup-gap@v2
34+ - uses : gap-actions/setup-gap@v3
3835 with :
39- GAP_PKGS_TO_BUILD : " io orb profiling datastructures digraphs grape"
40- GAPBRANCH : ${{ matrix.gap-branch }}
41- - uses : gap-actions/build-pkg@v1
42- - uses : gap-actions/run-pkg-tests@v3
43- - uses : gap-actions/run-pkg-tests@v3
36+ gap-version : ${{ matrix.gap-version }}
37+ - uses : gap-actions/build-pkg@v3
4438 with :
45- only-needed : true
46- - uses : gap-actions/process-coverage@v2
39+ extra-pkgs : " io orb profiling datastructures digraphs grape"
40+ - uses : gap-actions/run-pkg-tests@v4
41+ - uses : gap-actions/run-pkg-tests@v4
42+ with :
43+ mode : onlyneeded
44+ - uses : gap-actions/process-coverage@v3
4745 - uses : codecov/codecov-action@v6
4846 with :
4947 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments