Skip to content

Commit b4211d9

Browse files
authored
chore: Action tweaking
1 parent c5772a7 commit b4211d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-latest]
19+
dependency-version: [prefer-dist]
1920
php: [8.2, 8.3]
2021
laravel: [10.*, 11.*]
2122
include:
@@ -47,7 +48,7 @@ jobs:
4748
4849
- name: Install dependencies
4950
run: |
50-
composer install --prefer-dist --no-interaction
51+
composer install --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
5152
5253
- name: Execute tests
5354
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)