Skip to content

Commit

Permalink
test: Fix CI test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nea committed Jul 9, 2024
1 parent 004be10 commit 3c5394f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ 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 @@ -48,7 +47,7 @@ jobs:
- name: Install dependencies
run: |
composer install --${{ matrix.dependency-version }} --no-scripts --no-interaction --no-suggest
composer install --no-scripts --no-interaction --no-suggest
- name: Execute tests
run: vendor/bin/pest

0 comments on commit 3c5394f

Please sign in to comment.