Skip to content

Commit

Permalink
Allow job with "prefer-lowest" to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jun 26, 2022
1 parent 2a3867a commit d787591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
else
vendor/bin/phpunit
fi
continue-on-error: ${{ matrix.prefer-lowest == 'prefer-lowest' }}

- name: Code Coverage Report
if: matrix.php-version == '7.4'
Expand Down

0 comments on commit d787591

Please sign in to comment.