Skip to content

Commit 5cc6895

Browse files
committed
Add PHP 8.5 to test matrix
1 parent a614963 commit 5cc6895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
php: [8.3, 8.4]
12+
php: [8.3, 8.4, 8.5]
1313
laravel: [11.*, 12.*, 13.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
os: [ubuntu-latest]

0 commit comments

Comments
 (0)