diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1720040c..12bf783e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -140,6 +140,7 @@ jobs: - name: Install dependencies run: | + composer config --no-plugins allow-plugins.kylekatarnls/update-helper true composer require "laravel/framework:${{ matrix.laravel }}" "doctrine/dbal:${{ matrix.dbal }}" --no-interaction --no-update composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress