From 0e7435f5d61ab9bdb402c0b5cc0de4156c9c305e Mon Sep 17 00:00:00 2001 From: Wilf Wilson Date: Mon, 1 Sep 2025 21:20:04 +0100 Subject: [PATCH] Require GAP 4.11 --- .github/workflows/CI-advanced.yml | 1 - .github/workflows/CI.yml | 1 - PackageInfo.g | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/CI-advanced.yml b/.github/workflows/CI-advanced.yml index 08ca03b..d9201c4 100644 --- a/.github/workflows/CI-advanced.yml +++ b/.github/workflows/CI-advanced.yml @@ -31,7 +31,6 @@ jobs: - stable-4.13 - stable-4.12 - stable-4.11 - - stable-4.10 ABI: [''] include: - gap-branch: master # add one test in 32bit mode -- nostly for packages with kernel extension diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4e90b21..7e29dec 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,7 +31,6 @@ jobs: - stable-4.13 - stable-4.12 - stable-4.11 - - stable-4.10 steps: - uses: actions/checkout@v4 diff --git a/PackageInfo.g b/PackageInfo.g index 431945a..502fabd 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -266,7 +266,7 @@ PackageDoc := rec( Dependencies := rec( # GAP version, use the version string for specifying a least version, # prepend a '=' for specifying an exact version. - GAP := "4.10", + GAP := "4.11", # list of pairs [package name, version], package name is case # insensitive, exact version denoted with '=' prepended to version string.