Skip to content

Commit 7cc4835

Browse files
committed
Fix name again
1 parent b0d14eb commit 7cc4835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: [ 'ubuntu-latest', 'macos-latest' ]
2121
php: [ '8.3', '8.2', '8.1', '8.0', ]
2222
laravel: [ '11.*', '10.*', '10.*' ]
23-
dependency-versions: [ 'prefer-lowest', 'prefer-stable' ]
23+
stability: [ 'prefer-lowest', 'prefer-stable' ]
2424
include:
2525
- laravel: '9.*'
2626
testbench: '7.*'

0 commit comments

Comments
 (0)