We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f974b commit 98cd96aCopy full SHA for 98cd96a
.github/workflows/tests.yml
@@ -29,18 +29,10 @@ jobs:
29
- "8.2"
30
- "8.3"
31
- "8.4"
32
+ - "8.5"
33
laravel:
34
- "11"
35
- "12"
- include:
36
- - php: "8.5"
37
- laravel: "11"
38
- composer-options: "--ignore-platform-reqs"
39
- dependencies: "highest"
40
41
- laravel: "12"
42
43
44
45
steps:
46
- name: Checkout code
0 commit comments