Skip to content

Commit

Permalink
Update Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
aspark21 authored Oct 10, 2024
1 parent aeacf77 commit e0627f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,21 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.3'
moodle-branch: 'main'
database: 'mariadb'
- php: '8.3'
moodle-branch: 'main'
database: 'pgsql'
- php: '8.2'
moodle-branch: 'main'
database: 'mariadb'
- php: '8.2'
moodle-branch: 'main'
database: 'pgsql'
- php: '8.1'
moodle-branch: 'MOODLE_405_STABLE'
database: 'mariadb'
- php: '8.1'
moodle-branch: 'MOODLE_404_STABLE'
database: 'mariadb'
Expand Down

0 comments on commit e0627f9

Please sign in to comment.