Skip to content

Commit

Permalink
CI: test against newer GAP versions, too
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 23, 2024
1 parent ff15d3b commit 980850e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- '--enable-checking --enable-timing'

include:
- gap: 'stable-4.13'
flags: ''
- gap: 'stable-4.12'
flags: ''
- gap: 'stable-4.11'
flags: ''

Expand All @@ -31,7 +35,7 @@ jobs:
BRANCH: ${{ matrix.gap }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 'Display configuration'
shell: bash
Expand Down

0 comments on commit 980850e

Please sign in to comment.