Skip to content

Commit

Permalink
Revert remove of phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Jun 26, 2024
1 parent fbfddb0 commit 0d8e679
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,6 @@ jobs:
run: |
composer remove --dev "phpspec/phpspec" --no-update --no-scripts --no-interaction
-
name: Fix build with PHP 8.0
if: matrix.php == '8.0'
run: |
composer remove --dev "phpunit/phpunit" --no-update --no-scripts --no-interaction
-
name: Install PHP dependencies
run: composer install --no-interaction
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"phpstan/phpstan-doctrine": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"phpstan/phpstan-webmozart-assert": "^1.0",
"phpunit/phpunit": "^10.5",
"phpunit/phpunit": "^9.5",
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
"robertfausk/behat-panther-extension": "^1.1",
"sylius-labs/coding-standard": "^4.1",
Expand Down

0 comments on commit 0d8e679

Please sign in to comment.