Skip to content

Commit

Permalink
Add PHP8.3 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
aspark21 authored Sep 10, 2024
1 parent d2a5464 commit c161099
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ 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'
Expand Down

0 comments on commit c161099

Please sign in to comment.