File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -19,28 +19,28 @@ 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.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 }}
You can’t perform that action at this time.
0 commit comments