Skip to content

Commit acaf8ba

Browse files
committed
[1.x] Run CI jobs on PHP8.5
1 parent 57a623a commit acaf8ba

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)