Skip to content

Commit 1a2e9ba

Browse files
authored
Unset platform.php in recipe test
1 parent ac5c6d7 commit 1a2e9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install plugin
6565
working-directory: ./sylius
6666
run: |
67-
composer config platform.php ${{ matrix.php }}
67+
composer config --unset platform.php
6868
composer config repositories.plugin '{"type": "path", "url": "../plugin/"}'
6969
composer config extra.symfony.allow-contrib true
7070
composer config secure-http false

0 commit comments

Comments
 (0)