We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44df0d3 commit a2c8439Copy full SHA for a2c8439
.github/workflows/symfony.yml
@@ -57,6 +57,8 @@ jobs:
57
run: tar -xzf geckodriver-v0.29.0-linux64.tar.gz -C geckodriver
58
- name: Set minimum stability
59
run: composer config minimum-stability ${{ matrix.stability }}
60
+ - name: Remove audit of dependencies to be able to run tests on deprecated combinations
61
+ run: composer config audit.block-insecure false
62
- name: Allow symfony/flex to do whatever pleases it
63
run: composer global config --no-interaction --no-plugins allow-plugins.symfony/flex true
64
- name: Select the correct Symfony distribution
0 commit comments