File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -19,31 +19,31 @@ 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
32- - stable- 4.12
33- - stable- 4.11
34- - stable- 4.10
27+ gap-version :
28+ - ' devel '
29+ - ' 4.15'
30+ - ' 4.14'
31+ - ' 4.13'
32+ - ' 4.12'
33+ - ' 4.11'
34+ - ' 4.10'
3535
3636 steps :
3737 - uses : actions/checkout@v6
38- - uses : gap-actions/setup-gap@v2
38+ - uses : gap-actions/setup-gap@v3
3939 with :
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
40+ gap-version : ${{ matrix.gap-version }}
41+ - uses : gap-actions/build-pkg@v2
42+ - uses : gap-actions/run-pkg-tests@v4
43+ - uses : gap-actions/run-pkg-tests@v4
4444 with :
45- only-needed : true
46- - uses : gap-actions/process-coverage@v2
45+ mode : onlyneeded
46+ - uses : gap-actions/process-coverage@v3
4747 - uses : codecov/codecov-action@v5
4848 with :
4949 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments