Skip to content

Commit 48cbbab

Browse files
authored
Update to GAP 4.15.0 (#1244)
1 parent abfc831 commit 48cbbab

File tree

8 files changed

+432
-764
lines changed

8 files changed

+432
-764
lines changed

.github/workflows/CI-distro.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
- gap-package: 'polymaking' # `polymake command not found. Please set POLYMAKE_COMMAND by hand`
7676
- gap-package: 'profiling' # segfaults during testing
7777
- gap-package: 'ringsforhomalg' # `Error, found no GAP executable in PATH`
78+
- gap-package: 'smallclassnr' # tests pass, but the job fails. Needs to be investigated further
7879
- gap-package: 'toricvarieties' # random segfaults during testing
7980
- gap-package: 'xgap' # no jll
8081

.github/workflows/GAP_patches/stable-4.14/Add-packagedirs-and-ExtendPackageDirectories-5873.patch

Lines changed: 0 additions & 358 deletions
This file was deleted.

.github/workflows/gap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
gap-version:
3232
- 'master'
33-
- 'stable-4.14'
33+
- 'stable-4.15'
3434
julia-version:
3535
- '1' # latest stable release
3636
- '1.12-nightly'
@@ -42,7 +42,7 @@ jobs:
4242
- gap-version: 'master'
4343
julia-version: '1'
4444
os: macOS-latest
45-
- gap-version: 'stable-4.14'
45+
- gap-version: 'stable-4.15'
4646
julia-version: '1'
4747
os: macOS-latest
4848

0 commit comments

Comments
 (0)