We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b98b9c commit 6e4040bCopy full SHA for 6e4040b
.github/workflows/CI.yml
@@ -30,8 +30,6 @@ jobs:
30
- stable-4.13
31
- stable-4.12
32
- stable-4.11
33
- - stable-4.10
34
- - stable-4.9
35
36
steps:
37
- uses: actions/checkout@v5
PackageInfo.g
@@ -82,7 +82,7 @@ PackageDoc := rec(
82
),
83
84
Dependencies := rec(
85
- GAP := ">=4.5",
+ GAP := ">=4.11",
86
NeededOtherPackages := [["GBNP", ">=0.9.5"]],
87
SuggestedOtherPackages := [],
88
ExternalConditions := []
0 commit comments