Skip to content

Commit 3f60cc6

Browse files
committed
Chore: Update dependency-version in tests workflow to prefer-stable
1 parent 0b6b6c0 commit 3f60cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os: [ubuntu-latest]
1212
php: [8.2, 8.3]
1313
laravel: [11.*]
14-
dependency-version: [prefer-lowest, prefer-stable]
14+
dependency-version: [prefer-stable]
1515

1616
name: Tests P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
1717
steps:

0 commit comments

Comments
 (0)