Skip to content

Commit

Permalink
Also allow PHPUnit 9 for older PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Oct 1, 2024
1 parent 2a1fe2e commit 242d978
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: composer update --no-interaction --no-progress --no-plugins --ignore-platform-reqs

- name: "Run unit tests"
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit

code-coverage:
name: "Code Coverage"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"phpstan/phpstan": "^1.12.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.0.0",
"phpunit/phpunit": "^11.0.0",
"phpunit/phpunit": "^9.6.0||^11.0.0",
"squizlabs/php_codesniffer": "^3.7.0",
"woohoolabs/coding-standard": "^2.4.0",
"woohoolabs/releaser": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 242d978

Please sign in to comment.