Skip to content

Commit

Permalink
Increase testing matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Jun 10, 2024
1 parent d55f41c commit 3bb6545
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,21 @@ jobs:
fail-fast: false
matrix:
php: ['8.0', '8.1']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_403_STABLE']
database: [pgsql, mariadb]
exclude:
- php: '8.0'
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 3bb6545

Please sign in to comment.