From 64d2b051794b4f23eef5a1389bee5567faa374b9 Mon Sep 17 00:00:00 2001 From: stertooy <5571903+stertooy@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:00:03 +0100 Subject: [PATCH] Update CI and README --- .github/workflows/CI.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1fb92be..529528e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,8 @@ jobs: fail-fast: false matrix: gap-version: - - master + - 'devel' + - '4.15' - '4.14' - '4.13' - '4.12' diff --git a/README.md b/README.md index a66778f..66cae99 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: gap-actions/setup-gap@v3 - uses: gap-actions/build-pkg@v2 - uses: gap-actions/run-pkg-tests@v4