Skip to content

Commit 2c8407f

Browse files
frankiegillisjames-d-mitchell
authored andcommitted
Add git-stable-4.14 to ci
1 parent 10c4ed9 commit 2c8407f

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/workflows/config_options.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
GAP_PKGS_TO_CLONE: NautyTracesInterface digraphs/graphviz
5858
GAP_PKGS_TO_BUILD: io orb datastructures grape NautyTracesInterface
59-
GAPBRANCH: stable-4.13
59+
GAPBRANCH: stable-4.14
6060
- name: Build Digraphs . . .
6161
uses: gap-actions/build-pkg@v1
6262
with:
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
GAP_PKGS_TO_CLONE: NautyTracesInterface digraphs/graphviz
9797
GAP_PKGS_TO_BUILD: io orb datastructures grape NautyTracesInterface
98-
GAPBRANCH: stable-4.13
98+
GAPBRANCH: stable-4.14
9999
- name: Build Digraphs . . .
100100
uses: gap-actions/build-pkg@v1
101101
with:

.github/workflows/os.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
jobs:
2222
test-unix:
23-
name: ${{ matrix.os }}${{ matrix.ABI }} / GAP stable-4.13
23+
name: ${{ matrix.os }}${{ matrix.ABI }} / GAP stable-4.14
2424
runs-on: ${{ matrix.os }}-latest
2525
strategy:
2626
fail-fast: false
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
GAP_PKGS_TO_CLONE: ${{ matrix.pkgs-to-clone }}
4949
GAP_PKGS_TO_BUILD: ${{ matrix.pkgs-to-build }}
50-
GAPBRANCH: stable-4.13
50+
GAPBRANCH: stable-4.14
5151
ABI: ${{ matrix.ABI }}
5252
- name: Build Digraphs . . .
5353
uses: gap-actions/build-pkg@v1
@@ -83,7 +83,7 @@ jobs:
8383
GAP_TESTFILE: tst/github_actions/extreme.g
8484

8585
test-cygwin:
86-
name: cygwin / GAP stable-4.13
86+
name: cygwin / GAP stable-4.14
8787
runs-on: windows-latest
8888
env:
8989
CHERE_INVOKING: 1
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
GAP_PKGS_TO_CLONE: NautyTracesInterface digraphs/graphviz
9696
GAP_PKGS_TO_BUILD: io orb datastructures grape NautyTracesInterface
97-
GAPBRANCH: stable-4.13
97+
GAPBRANCH: stable-4.14
9898
- uses: gap-actions/build-pkg@cygwin-v1
9999
- name: Install digraphs-lib . . .
100100
run: |

.github/workflows/ubuntu.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- stable-4.11
3131
- stable-4.12
3232
- stable-4.13
33+
- stable-4.14
3334
only-needed:
3435
- true
3536
- false

.github/workflows/valgrind.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
jobs:
2222
test-valgrind:
23-
name: Ubuntu / GAP stable-4.13 / valgrind
23+
name: Ubuntu / GAP stable-4.14 / valgrind
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v4
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
GAP_PKGS_TO_CLONE: NautyTracesInterface digraphs/graphviz
3535
GAP_PKGS_TO_BUILD: io orb datastructures grape NautyTracesInterface
36-
GAPBRANCH: stable-4.13
36+
GAPBRANCH: stable-4.14
3737
CONFIGFLAGS: --enable-valgrind
3838
- name: Build Digraphs . . .
3939
uses: gap-actions/build-pkg@v1

0 commit comments

Comments
 (0)