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 03be23c commit cf3d73dCopy full SHA for cf3d73d
.github/workflows/run-tests.yml
@@ -20,10 +20,10 @@ jobs:
20
strategy:
21
fail-fast: true
22
matrix:
23
- os: [ubuntu-latest, windows-latest]
24
- php: [8.4, 8.3]
25
- laravel: [12.*, 11.*, 10.*]
26
- stability: [prefer-lowest, prefer-stable]
+ os: [ ubuntu-latest, windows-latest ]
+ php: [ 8.4, 8.3 ]
+ laravel: [ 12.*, 11.* ]
+ stability: [ prefer-lowest, prefer-stable ]
27
include:
28
- laravel: 12.*
29
testbench: 10.*
0 commit comments