Skip to content

Commit

Permalink
Switch "main" to PHP 8.3 and fill the gaps
Browse files Browse the repository at this point in the history
We need to ensure that moodle-plugin-ci works ok with PHP 8.3
as far as Moodle 4.4dev is adding support for it.
  • Loading branch information
stronk7 committed Feb 3, 2024
1 parent 0d38fd6 commit afc9c70
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.2'
- php: '8.3'
moodle-branch: 'main'
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
Expand Down Expand Up @@ -192,10 +192,12 @@ jobs:
matrix:
include:
# Each supported PHP version once. That's enough.
- php: '8.2'
- php: '8.3'
moodle-branch: 'main'
- php: '8.1'
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
- php: '8.0'
moodle-branch: 'MOODLE_401_STABLE'
- php: '7.4'
Expand Down

0 comments on commit afc9c70

Please sign in to comment.