From c207aab0772debb97429f3fb6526adc7a00a3fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6rner?= Date: Fri, 25 Mar 2022 08:50:04 +0100 Subject: [PATCH] fix --- .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 4d3402b..06d0c67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Install the dependencies id: composer-install run: composer require contao/core-bundle:${{ matrix.contao }} --no-interaction - continue-on-error: ${{ contao == 4.13.* }} + continue-on-error: ${{ matrix.contao == 4.13.* }} - name: Run the unit tests if: steps.composer-install.conclusion == 'success' && steps.composer-install.outcome == 'success'