Skip to content

Commit

Permalink
Change minimum version 4.11 -> 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Aug 27, 2024
1 parent eb0ad3f commit e6f0fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
gap-branch:
- master
- stable-4.11
- stable-4.13

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ PackageDoc := rec(
),

Dependencies := rec(
GAP := ">= 4.11",
GAP := ">= 4.13",
NeededOtherPackages := [
["datastructures", ">=0.2.6"],
["digraphs", ">=1.1.1" ],
Expand Down

0 comments on commit e6f0fae

Please sign in to comment.