Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Mar 28, 2024
1 parent 6478f9d commit 1b5ad99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ jobs:

- run: composer require illuminate/support:${{ matrix.laravel-version }} --no-interaction --prefer-dist --no-progress

- if: matrix.laravel-version == ^11
- if: matrix.laravel-version == '^11'
run: vendor/bin/phpunit --coverage-filter=src
- if: matrix.laravel-version != ^11
- if: matrix.laravel-version != '^11'
run: vendor/bin/phpunit

coverage:
Expand Down

0 comments on commit 1b5ad99

Please sign in to comment.