Skip to content

Commit 6d5f286

Browse files
feat: Update to gap-4.15.0 (#126)
1 parent dad4b96 commit 6d5f286

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: matrix
3535
run: |
3636
echo 'systems=["ubuntu-2204-lts"]' >> "$GITHUB_OUTPUT"
37-
echo 'versions=["4.14.0", "4.13.1", "4.13.0", "4.12.2", "4.12.1", "4.12.0"]' >> "$GITHUB_OUTPUT"
37+
echo 'versions=["4.15.1", "4.15.0", "4.14.0", "4.13.1", "4.13.0", "4.12.2", "4.12.1", "4.12.0"]' >> "$GITHUB_OUTPUT"
3838
3939
bare:
4040
needs:

src/dockerfiles/gap/ubuntu-2204-lts/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## {{{
2-
ARG GAP_VERSION="4.14.0"
3-
ARG PACKAGE_MANAGER_VERSION="1.6.2"
2+
ARG GAP_VERSION="4.15.1"
3+
ARG PACKAGE_MANAGER_VERSION="1.6.3"
44
## }}}
55

66
## {{{

0 commit comments

Comments
 (0)