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 49bef72
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ 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'
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'

steps:
Expand Down

0 comments on commit 49bef72

Please sign in to comment.