Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.3', '8.4']
php: ['8.3', '8.4', '8.5']
steps:
- uses: actions/checkout@v7

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.3', '8.4']
php: ['8.3', '8.4', '8.5']
steps:
- uses: actions/checkout@v7

Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
# check - the seeded data and the updater are only asserted here.
# One PHP version only: what this job proves is the installer's database
# paths, and those do not vary with the PHP minor. The matrix above
# already runs the analysis and the tests on both.
# already runs the analysis and the tests on every supported version.
include:
- db: mysql
user: root
Expand Down
Loading