Skip to content

Commit

Permalink
Merge pull request #611 from jrchamp/ci/check-moodle44
Browse files Browse the repository at this point in the history
CI: Check Moodle 4.4 and PHP 8.3
  • Loading branch information
jrchamp authored Aug 8, 2024
2 parents aa82084 + f3680f0 commit b3390bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.2'
- php: '8.3'
moodle-branch: 'main'
database: 'mariadb'
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
database: 'mariadb'
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
database: 'pgsql'
Expand All @@ -45,9 +48,6 @@ jobs:
database: 'pgsql'
- php: '7.4'
moodle-branch: 'MOODLE_400_STABLE'
database: 'mariadb'
- php: '7.3'
moodle-branch: 'MOODLE_311_STABLE'
database: 'pgsql'
- php: '7.2'
moodle-branch: 'MOODLE_39_STABLE'
Expand Down

0 comments on commit b3390bf

Please sign in to comment.