Skip to content

Commit 1860c7e

Browse files
Merge pull request #115 from mohamed-barakat/devel
update to GAP 0.13 and Singular 0.25
2 parents d92fdea + 24b5a8e commit 1860c7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
version:
24-
- '1.10'
24+
- '1.11'
2525
- 'nightly'
2626
os:
2727
- ubuntu-latest

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "HomalgProject"
22
uuid = "50bd374c-87b5-11e9-015a-2febe71398bd"
33
authors = ["Mohamed Barakat <[email protected]>"]
4-
version = "1.4.1"
4+
version = "1.4.2"
55

66
[deps]
77
CapAndHomalg = "c4774649-1891-41ea-a883-87141804c57c"
@@ -12,8 +12,8 @@ Singular = "bcd08a7b-43d2-5ff7-b6d4-c458787f915c"
1212

1313
[compat]
1414
CapAndHomalg = "1.6.0"
15-
GAP = "0.11, 0.12"
16-
Singular = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
15+
GAP = "0.11, 0.12, 0.13"
16+
Singular = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
1717
julia = "1.8, 1.9, 1.10, 1.11"
1818

1919
[extras]

0 commit comments

Comments
 (0)