Skip to content

Commit

Permalink
chore: Action tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
nea authored Mar 22, 2024
1 parent c5772a7 commit b4211d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
dependency-version: [prefer-dist]
php: [8.2, 8.3]
laravel: [10.*, 11.*]
include:
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
- name: Install dependencies
run: |
composer install --prefer-dist --no-interaction
composer install --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
run: vendor/bin/phpunit

0 comments on commit b4211d9

Please sign in to comment.