Skip to content

Commit 8e6ac23

Browse files
committed
[3.x] Run CI jobs on PHP8.5
1 parent 197667b commit 8e6ac23

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

0 commit comments

Comments
 (0)