Skip to content

Commit

Permalink
Add Moodle 4.4 to the CI test matrix. (#42)
Browse files Browse the repository at this point in the history
* Add Moodle 4.4 to the CI test matrix.

* Increase testing matrix.
  • Loading branch information
tim-schilling authored Jun 17, 2024
1 parent 739a0cf commit 2daa63f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@ jobs:
php: ['8.0', '8.1']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_403_STABLE']
database: [pgsql, mariadb]
include:
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
database: pgsql
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
database: mariadb
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
database: pgsql
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
database: mariadb

steps:
- name: Check out repository code
Expand Down

0 comments on commit 2daa63f

Please sign in to comment.