Skip to content
Open
Changes from 1 commit
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
Next Next commit
[3.x] Run CI jobs on PHP8.5
  • Loading branch information
WyriHaximus committed Nov 18, 2025
commit 4b190e862ee03c20a02aad146507de1d78f1d0f9
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
php:
- 8.5
- 8.4
- 8.3
- 8.2
Expand Down Expand Up @@ -42,7 +43,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.5
coverage: xdebug
ini-file: development
- run: composer install
Expand Down
Loading