Skip to content

Commit

Permalink
Update JLLs to GAP 4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Dec 9, 2024
1 parent 25abefa commit 6c45be4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
gap-version:
- 'master'
- 'stable-4.13'
- 'stable-4.14'
julia-version:
- '1.6'
- '1' # latest stable release
Expand All @@ -42,7 +42,7 @@ jobs:
- gap-version: 'master'
julia-version: '1'
os: macOS-latest
- gap-version: 'stable-4.13'
- gap-version: 'stable-4.14'
julia-version: '1'
os: macOS-latest

Expand Down
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Version 0.13.0-DEV (released YYYY-MM-DD)

- Update to GAP 4.14.0
- Stop autoloading for most GAP packages (for GAP users: we now
effectively pass `-A` to GAP when loading it)
- Instead of downloading a single huge "artifact" containing all deposited GAP
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ AbstractAlgebra = "0.41.11, 0.42.1, 0.43"
Artifacts = "1.6"
Compat = "4.4.0"
Downloads = "1.4.3"
GAP_jll = "~400.1300.101"
GAP_lib_jll = "~400.1300.100"
GAP_pkg_juliainterface_jll = "=0.1200.0"
GAP_jll = "~400.1400.000"
GAP_lib_jll = "~400.1400.000"
GAP_pkg_juliainterface_jll = "=0.1300.0"
InteractiveUtils = "1.6"
Libdl = "1.6"
MacroTools = "0.5.13"
Expand Down

0 comments on commit 6c45be4

Please sign in to comment.