Skip to content

Commit ee81cac

Browse files
committed
Fix tests
1 parent 5139502 commit ee81cac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/code_checks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
- name: Restrict Symfony version
5353
if: matrix.symfony != ''
5454
run: |
55-
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^1.10"
55+
composer global require --no-progress --no-scripts --no-plugins "symfony/flex"
56+
composer global config --no-plugins allow-plugins.symfony/flex true
5657
composer config extra.symfony.require "${{ matrix.symfony }}"
5758
5859
- name: Install PHP dependencies

0 commit comments

Comments
 (0)