Skip to content

Commit aebb3ae

Browse files
feat: add support php 8.5
Ref: #57416
1 parent d1f0274 commit aebb3ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [8.2, 8.3, 8.4]
12+
php: [8.5]
1313
laravel: [11.*, 12.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"source": "https://github.com/eXolnet/laravel-status"
2525
},
2626
"require": {
27-
"php": "^8.2",
27+
"php": "8.5.*",
2828
"illuminate/filesystem": "^11.0|^12.0",
2929
"illuminate/routing": "^11.0|^12.0",
3030
"illuminate/support": "^11.0|^12.0"

0 commit comments

Comments
 (0)