Skip to content

Commit a2c8439

Browse files
committed
Update the CI pipeline to allow testing deprecated combinations
1 parent 44df0d3 commit a2c8439

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/symfony.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
run: tar -xzf geckodriver-v0.29.0-linux64.tar.gz -C geckodriver
5858
- name: Set minimum stability
5959
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
6062
- name: Allow symfony/flex to do whatever pleases it
6163
run: composer global config --no-interaction --no-plugins allow-plugins.symfony/flex true
6264
- name: Select the correct Symfony distribution

0 commit comments

Comments
 (0)