Skip to content

Commit

Permalink
Bump main tests to PHP 8.3 as highest version supported
Browse files Browse the repository at this point in the history
Part of MDL-76426
  • Loading branch information
stronk7 committed Mar 13, 2024
1 parent bb3f0dd commit 1ad2a6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ jobs:
matrix:
include:
# Highest php versions supported by each branch (with main always being tested twice).
- php: 8.2
- php: 8.3
moodle-branch: main
database: pgsql
- php: 8.2
- php: 8.3
moodle-branch: main
database: mariadb

- php: 8.2
moodle-branch: MOODLE_403_STABLE
database: pgsql
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
- php: 8.1
moodle-branch: main
database: mariadb

- php: 8.0
moodle-branch: MOODLE_403_STABLE
database: pgsql
Expand Down

0 comments on commit 1ad2a6a

Please sign in to comment.