Skip to content

Commit

Permalink
OP-175: Remove cache clear step, downgrade friendsofphp/php-cs-fixer …
Browse files Browse the repository at this point in the history
…to Symfony 4.4 supported
  • Loading branch information
arek31 committed Jul 13, 2023
1 parent 21535f0 commit 4f73c13
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 @@ -132,11 +132,6 @@ jobs:
name: Install JS dependencies
run: (cd tests/Application && yarn install)

-
name: Clear test application cache
run: |
(cd tests/Application && bin/console cache:clear -vvv)
-
name: Prepare test application database
run: |
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require": {
"php": "^7.4 || ^8.0",
"doctrine/annotations": "^1.13",
"friendsofphp/php-cs-fixer": "^3.14",
"friendsofphp/php-cs-fixer": "^3.3",
"multisafepay/api": "^2.0",
"php-http/message-factory": "^1.1",
"sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0"
Expand Down

0 comments on commit 4f73c13

Please sign in to comment.