Skip to content

Commit 52d6f32

Browse files
committed
Reduce test matrix combinations in CI
1 parent 950e0c8 commit 52d6f32

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@ jobs:
1919
os: [ubuntu-latest]
2020
php: [8.4, 8.3]
2121
laravel: [12.*, 11.*]
22-
stability: [prefer-lowest, prefer-stable]
22+
stability: [prefer-stable]
2323
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.*
2429
- laravel: 12.*
2530
testbench: 10.*
2631
- laravel: 11.*

0 commit comments

Comments
 (0)