From ed56de5e59116093f87e1109f95d0384025e66a1 Mon Sep 17 00:00:00 2001 From: Benjamin Kott Date: Thu, 18 Nov 2021 13:35:59 +0100 Subject: [PATCH] [BUGFIX] Correct build matrix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5cedf55..3f637550 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: strategy: fail-fast: false matrix: - typo3: [ ^11.0 ] - php: [ '7.4' ] + typo3: ['^11.5'] + php: ['7.4'] mysql: ['5.7'] steps: