Skip to content

Commit 4b190e8

Browse files
committed
[3.x] Run CI jobs on PHP8.5
1 parent f48623b commit 4b190e8

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
@@ -42,7 +43,7 @@ jobs:
4243
- uses: actions/checkout@v4
4344
- uses: shivammathur/setup-php@v2
4445
with:
45-
php-version: 8.2
46+
php-version: 8.5
4647
coverage: xdebug
4748
ini-file: development
4849
- run: composer install

0 commit comments

Comments
 (0)