Skip to content

Commit 583914e

Browse files
committed
[1.x] Run CI jobs on PHP8.5
1 parent 9decb8f commit 583914e

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
@@ -47,7 +48,7 @@ jobs:
4748
- uses: actions/checkout@v4
4849
- uses: shivammathur/setup-php@v2
4950
with:
50-
php-version: 8.4
51+
php-version: 8.5
5152
coverage: xdebug
5253
ini-file: development
5354
- run: composer install

0 commit comments

Comments
 (0)