Skip to content

Commit

Permalink
Unset platform.php in recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesbh authored Dec 13, 2020
1 parent cee2061 commit f72d6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
composer config repositories.plugin '{"type": "path", "url": "../plugin/"}'
composer config extra.symfony.allow-contrib true
composer config secure-http false
composer config platform.php ${{ matrix.php }}
composer config --unset platform.php
- name: Install monsieurbiz/sylius-rich-editor-plugin
working-directory: ./sylius
Expand Down

0 comments on commit f72d6c3

Please sign in to comment.