Skip to content

Commit 98cd96a

Browse files
committed
Add PHP 8.5 to the default matrix
1 parent a4f974b commit 98cd96a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,10 @@ jobs:
2929
- "8.2"
3030
- "8.3"
3131
- "8.4"
32+
- "8.5"
3233
laravel:
3334
- "11"
3435
- "12"
35-
include:
36-
- php: "8.5"
37-
laravel: "11"
38-
composer-options: "--ignore-platform-reqs"
39-
dependencies: "highest"
40-
- php: "8.5"
41-
laravel: "12"
42-
composer-options: "--ignore-platform-reqs"
43-
dependencies: "highest"
4436

4537
steps:
4638
- name: Checkout code

0 commit comments

Comments
 (0)