Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/CI-advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- stable-4.13
- stable-4.12
- stable-4.11
- stable-4.10

steps:
- uses: actions/checkout@v5
Expand Down
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down