Skip to content

Commit

Permalink
Merge pull request #14 from kialo/moodle-4.5
Browse files Browse the repository at this point in the history
[tooling] try running Moodle CI for latest Moodle version already
  • Loading branch information
mk-kialo authored Oct 4, 2024
2 parents 088e08f + 6294313 commit 830c9fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,18 @@ jobs:
- '8.0'
- '8.1'
- '8.3' # max. supported version by Moodle 4.4 (as of writing)
moodle-branch: [ 'MOODLE_401_STABLE', 'MOODLE_404_STABLE' ] # LTS & latest.
moodle-branch: [ 'MOODLE_401_STABLE', 'MOODLE_404_STABLE', 'main' ] # LTS & latest.
database: [ pgsql ] # We don't use any database specific features, and our test sites run mariadb already.
exclude:
# Moodle 4.4+ requires PHP 8.1+
- php: '8.0'
moodle-branch: 'MOODLE_404_STABLE'
- php: '8.0'
moodle-branch: 'main'
- php: '7.4'
moodle-branch: 'MOODLE_404_STABLE'
- php: '7.4'
moodle-branch: 'main'
# Moodle 4.1 does not support PHP 8.3
- php: '8.3'
moodle-branch: 'MOODLE_401_STABLE'
Expand Down

0 comments on commit 830c9fe

Please sign in to comment.