From 4fe343a478232e4167bb5330515ce1fb7b6481f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6rner?= Date: Thu, 11 Mar 2021 09:00:28 +0100 Subject: [PATCH] fix github workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90dc5a6..ce3bfeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Install the dependencies id: composer-install - run: composer require ${{ matrix.contao }} --no-interaction + run: composer require contao/core-bundle:${{ matrix.contao }} --no-interaction continue-on-error: ${{ matrix.experimental == true }} - name: Run the unit tests