Skip to content

Commit bacbdec

Browse files
committed
Don't test against PHP 8.5 yet
1 parent 12fc0d3 commit bacbdec

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
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest]
14-
php: [8.3, 8.4, 8.5]
14+
php: [8.3, 8.4]
1515
laravel: ["12.*"]
1616
stability: [prefer-lowest, prefer-stable]
1717

0 commit comments

Comments
 (0)