Skip to content
Snippets Groups Projects
Commit 9fa65c91 authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Update CI workflows to test supported versions.

parent d825931d
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,14 @@ jobs: ...@@ -36,6 +36,14 @@ jobs:
moodle-branch: 'master' moodle-branch: 'master'
database: 'pgsql' database: 'pgsql'
maxima: 'SBCL' maxima: 'SBCL'
- php: '8.2'
moodle-branch: 'MOODLE_404_STABLE'
database: 'pgsql'
maxima: 'GCL'
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
database: 'pgsql'
maxima: 'SBCL'
- php: '8.1' - php: '8.1'
moodle-branch: 'MOODLE_402_STABLE' moodle-branch: 'MOODLE_402_STABLE'
database: 'pgsql' database: 'pgsql'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment