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
[3.x] Update to run tests on PHP 8.5
  • Loading branch information
WyriHaximus committed Nov 18, 2025
commit 29f919e77ff9ab41068fb5f4bbd09260c4916ec6
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- ubuntu-24.04
- windows-2022
php:
- 8.5
- 8.4
- 8.3
- 8.2
Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.5
coverage: pcov
- run: composer install
- run: vendor/bin/phpunit --coverage-text