Skip to content

Commit a0b16d4

Browse files
committed
Update test matrix to use only prefer-stable stability
Testbench/PHPUnit causing error in older versions
1 parent b942f7f commit a0b16d4

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
@@ -23,7 +23,7 @@ jobs:
2323
os: [ubuntu-latest, windows-latest]
2424
php: [8.4, 8.3]
2525
laravel: [12.*, 11.*]
26-
stability: [prefer-lowest, prefer-stable]
26+
stability: [prefer-stable]
2727
include:
2828
- laravel: 12.*
2929
testbench: 10.*

0 commit comments

Comments
 (0)