Skip to content

Commit

Permalink
Add Moodle 4.4 to the CI test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Jun 10, 2024
1 parent d4f864a commit d55f41c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ jobs:
fail-fast: false
matrix:
php: ['8.0', '8.1']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_403_STABLE']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE']
database: [pgsql, mariadb]
exclude:
- php: '8.0'
moodle-branch: 'MOODLE_404_STABLE'

steps:
- name: Check out repository code
Expand Down

0 comments on commit d55f41c

Please sign in to comment.