Skip to content

Commit

Permalink
Ci: try to use conditional step
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron committed Aug 17, 2023
1 parent d8be4fb commit f496c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -63,6 +63,7 @@ jobs:
composer-options: --no-ansi --no-interaction --no-progress
- name: Set config
run: cp phpunit.xml.dist phpunit.xml
if: ${{ matrix.php-versions }} >= '8.0'
- name: Run PHPUnit
run: vendor/bin/phpunit --colors=always --config phpunit.xml
coverage:
Expand Down

0 comments on commit f496c12

Please sign in to comment.