From 181e2fe62187ed1bb7aec427ed284ae677d7426a Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Wed, 15 Sep 2021 09:22:50 +0100 Subject: [PATCH] DevKit updates (#362) --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9110ee6..8824ceb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -65,6 +65,9 @@ jobs: if: matrix.variant != 'normal' && !startsWith(matrix.variant, 'symfony/symfony') run: composer require ${{ matrix.variant }} --no-update + - name: Allow unstable dependencies + run: composer config minimum-stability dev + - name: "Install Composer dependencies (${{ matrix.dependencies }})" uses: "ramsey/composer-install@v1" with: