Skip to content

Commit 452f2de

Browse files
authored
Merge pull request #331 from WyriHaximus-labs/3.x-PHP8.5
[3.x] Update to run tests on PHP 8.5
2 parents 158566f + 29f919e commit 452f2de

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)