Skip to content

Commit 9ef25f6

Browse files
Add php 8.5 support (#1735)
1 parent 8dff6bb commit 9ef25f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest]
24-
php: [8.4, 8.3, 8.2]
24+
php: [8.5, 8.4, 8.3, 8.2]
2525
laravel: [~11.15, 12.x]
2626
stability: [prefer-lowest, prefer-stable]
2727
include:

0 commit comments

Comments
 (0)