Skip to content

Commit

Permalink
[ci] don't test Moodle 4.4 with PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-kialo committed May 13, 2024
1 parent 61b8907 commit c1ca2db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
php: [ '8.0', '8.1' ] # Moodle doesn't support PHP 8.2 yet.
moodle-branch: [ 'MOODLE_401_STABLE', 'MOODLE_404_STABLE' ] # 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.1'
moodle-branch: 'MOODLE_404_STABLE'

steps:
- name: Check out repository code
Expand Down

0 comments on commit c1ca2db

Please sign in to comment.