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 950e0c8 commit 52d6f32Copy full SHA for 52d6f32
1 file changed
.github/workflows/run-tests.yml
@@ -19,8 +19,13 @@ jobs:
19
os: [ubuntu-latest]
20
php: [8.4, 8.3]
21
laravel: [12.*, 11.*]
22
- stability: [prefer-lowest, prefer-stable]
+ stability: [prefer-stable]
23
include:
24
+ # Keep one lowest-deps lane to validate minimum compatibility.
25
+ - php: 8.3
26
+ laravel: 11.*
27
+ stability: prefer-lowest
28
+ testbench: 9.*
29
- laravel: 12.*
30
testbench: 10.*
31
- laravel: 11.*
0 commit comments