Skip to content

Commit b24c7c2

Browse files
committed
Improve dependency stability in main.yml
- Remove 'prefer-lowest' option to ensure more stable dependencies are used, avoiding potential compatibility issues.
1 parent 9c95d43 commit b24c7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
operating-system: [ ubuntu-latest ]
2323
php: [ '8.1', '8.2' ]
24-
dependency-stability: [ 'prefer-stable','prefer-lowest' ]
24+
dependency-stability: [ 'prefer-stable' ]
2525

2626
laravel: [ '10.*' ]
2727
include:

0 commit comments

Comments
 (0)