Skip to content

Commit

Permalink
Revert "validate lowest dependencies"
Browse files Browse the repository at this point in the history
This reverts commit 7e31213.
  • Loading branch information
cappuc committed May 15, 2024
1 parent 7e31213 commit b87936f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,5 @@ jobs:
composer require "illuminate/contracts:${{ matrix.laravel }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
- name: Validate lowest dependencies
if: matrix.stability == 'prefer-lowest'
run: vendor/bin/validate-prefer-lowest

- name: Execute tests
run: vendor/bin/pest

0 comments on commit b87936f

Please sign in to comment.