Skip to content

Commit

Permalink
Test different php unit version
Browse files Browse the repository at this point in the history
  • Loading branch information
robiningelbrecht committed Feb 19, 2024
1 parent f009f9a commit a05840c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Run PHPStan
run: vendor/bin/phpstan analyse

- name: Run PHPcs fixer dry-run
run: vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --config=.php-cs-fixer.dist.php
#- name: Run PHPcs fixer dry-run
# run: vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --config=.php-cs-fixer.dist.php

- name: Run test suite
run: vendor/bin/phpunit --fail-on-incomplete --log-junit junit.xml --coverage-clover clover.xml
Expand Down

0 comments on commit a05840c

Please sign in to comment.