Skip to content

Commit 29f919e

Browse files
committed
[3.x] Update to run tests on PHP 8.5
1 parent 158566f commit 29f919e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- ubuntu-24.04
1515
- windows-2022
1616
php:
17+
- 8.5
1718
- 8.4
1819
- 8.3
1920
- 8.2
@@ -44,7 +45,7 @@ jobs:
4445
- uses: actions/checkout@v4
4546
- uses: shivammathur/setup-php@v2
4647
with:
47-
php-version: 8.2
48+
php-version: 8.5
4849
coverage: pcov
4950
- run: composer install
5051
- run: vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)