diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8b87748..c56d0ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -719,6 +719,8 @@ jobs: - name: Install Dependencies run: composer require phpunit/phpunit:~${{ matrix.phpunit-version }} --no-interaction --no-progress + env: + COMPOSER_NO_SECURITY_BLOCKING: 1 - name: PHPUnit run: vendor/bin/phpunit