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 b0d14eb commit 7cc4835Copy full SHA for 7cc4835
.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
20
os: [ 'ubuntu-latest', 'macos-latest' ]
21
php: [ '8.3', '8.2', '8.1', '8.0', ]
22
laravel: [ '11.*', '10.*', '10.*' ]
23
- dependency-versions: [ 'prefer-lowest', 'prefer-stable' ]
+ stability: [ 'prefer-lowest', 'prefer-stable' ]
24
include:
25
- laravel: '9.*'
26
testbench: '7.*'
0 commit comments