Skip to content

Commit baf21c5

Browse files
feat: add php 8.5 support
Ref: #57416
1 parent d9e1452 commit baf21c5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [8.2, 8.3, 8.4]
13-
laravel: [10.*, 11.*, 12.*]
12+
php: [8.5]
13+
laravel: [11.*, 12.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515

1616
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^8.2",
12+
"php": "8.5.*",
1313
"laravel/framework": "^11.0|^12.0"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)