From ff11f3603094f3e53b5a99a61fa28b3af008ba6c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 5 Sep 2025 00:02:22 +0200 Subject: [PATCH] Revert "Require GAP 4.11" This reverts commit 0e7435f5d61ab9bdb402c0b5cc0de4156c9c305e. To deal with the CI failures, replace orb by nq in the CI example. --- .github/workflows/CI-advanced.yml | 5 +++-- .github/workflows/CI.yml | 1 + PackageInfo.g | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI-advanced.yml b/.github/workflows/CI-advanced.yml index 29c8223..0561ad8 100644 --- a/.github/workflows/CI-advanced.yml +++ b/.github/workflows/CI-advanced.yml @@ -31,6 +31,7 @@ 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 @@ -40,8 +41,8 @@ jobs: - uses: actions/checkout@v5 - uses: gap-actions/setup-gap@v2 with: - GAP_PKGS_TO_CLONE: "orb" - GAP_PKGS_TO_BUILD: "io profiling orb" # io & profiling must always be built for coverage tracking + GAP_PKGS_TO_CLONE: "nq" + GAP_PKGS_TO_BUILD: "io profiling nq" # io & profiling must always be built for coverage tracking GAPBRANCH: ${{ matrix.gap-branch }} ABI: ${{ matrix.ABI }} - name: 'Install additional dependencies' diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8d1d505..f1771d8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,6 +31,7 @@ jobs: - stable-4.13 - stable-4.12 - stable-4.11 + - stable-4.10 steps: - uses: actions/checkout@v5 diff --git a/PackageInfo.g b/PackageInfo.g index 502fabd..431945a 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.11", + GAP := "4.10", # list of pairs [package name, version], package name is case # insensitive, exact version denoted with '=' prepended to version string.