Skip to content

Commit

Permalink
Update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mackensen committed Apr 24, 2024
1 parent 16f4cad commit 9dcf2e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2']
moodle-branch: ['MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'main']
moodle-branch: ['MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE', 'main']
database: [pgsql, mariadb]
exclude:
- {moodle-branch: 'MOODLE_404_STABLE', php: '8.0', database: 'pgsql'}
- {moodle-branch: 'MOODLE_404_STABLE', php: '8.0', database: 'mariadb'}
- {moodle-branch: 'main', php: '8.0', database: 'pgsql'}
- {moodle-branch: 'main', php: '8.0', database: 'mariadb'}

Expand Down

0 comments on commit 9dcf2e9

Please sign in to comment.