Skip to content

Commit

Permalink
Update Moodle plugin CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed May 2, 2024
1 parent 20be882 commit 3283f96
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.2'
- php: '8.3'
moodle-branch: 'master'
database: 'pgsql'
database: 'mariadb'
- php: '8.2'
moodle-branch: 'MOODLE_404_STABLE'
database: 'pgsql'
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
database: 'mariadb'
- php: '8.1'
- php: '8.0'
moodle-branch: 'MOODLE_402_STABLE'
database: 'pgsql'

Expand Down

0 comments on commit 3283f96

Please sign in to comment.