Skip to content

Commit

Permalink
Update Type check condition to use 'prefer-lowest' dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefro committed Nov 18, 2023
1 parent 496617d commit 4f7c0fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
run: composer test:coverage

- name: Type check
if: ${{ contains(matrix.laravel, '10.*') && contains(matrix.dependency-version, 'prefer-stable') }}
if: ${{ contains(matrix.laravel, '10.*') && contains(matrix.dependency-version, 'prefer-lowest') }}
run: composer type:check
5 changes: 0 additions & 5 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,4 @@
<directory suffix=".php">src/</directory>
</include>
</source>
<coverage>
<include>
<directory suffix=".php">src/</directory>
</include>
</coverage>
</phpunit>

0 comments on commit 4f7c0fb

Please sign in to comment.