diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dabc9ae0..2ee3abf4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -97,7 +97,7 @@ jobs: env: SYMFONY_REQUIRE: ${{ matrix.sf-version }}.* with: - composer-options: --no-interaction --no-progress --prefer-dist --dev + composer-options: --no-interaction --no-progress --prefer-dist --no-security-blocking dependency-versions: "${{ matrix.dependencies }}" - name: Run test suite