Skip to content

Commit 0409834

Browse files
authored
Merge pull request #243 from WyriHaximus-labs/1.x-PHP8.5
[1.x] Update to run tests on PHP 8.5
2 parents 57a623a + acaf8ba commit 0409834

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
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14+
- 8.5
1415
- 8.4
1516
- 8.3
1617
- 8.2
@@ -46,7 +47,7 @@ jobs:
4647
- uses: actions/checkout@v4
4748
- uses: shivammathur/setup-php@v2
4849
with:
49-
php-version: 8.4
50+
php-version: 8.5
5051
coverage: xdebug
5152
ini-file: development
5253
- run: composer install

0 commit comments

Comments
 (0)