Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Syxton authored and TomoTsuyuki committed Jan 11, 2024
1 parent a34c541 commit 76b8381
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,25 @@ jobs:
- php: '8.2'
moodle-branch: 'master'
database: 'pgsql'
- php: '8.1'
- php: '8.2'
moodle-branch: 'master'
database: 'mariadb'
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
database: 'mariadb'
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
database: 'pgsql'
- php: '8.0'
moodle-branch: 'MOODLE_402_STABLE'
moodle-branch: 'MOODLE_403_STABLE'
database: 'mariadb'
- php: '8.0'
moodle-branch: 'MOODLE_402_STABLE'
moodle-branch: 'MOODLE_403_STABLE'
database: 'pgsql'
- php: '8.1'
- php: '8.0'
moodle-branch: 'MOODLE_402_STABLE'
database: 'mariadb'
- php: '8.1'
- php: '8.0'
moodle-branch: 'MOODLE_402_STABLE'
database: 'pgsql'

Expand Down

0 comments on commit 76b8381

Please sign in to comment.