From fd2e9213aba41c738fc7a258cfb97f68cc35a7a1 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 6 Apr 2022 19:39:58 +0200 Subject: [PATCH] [TASK] Bump the code coverage generation to TYPO3 11LTS and PHP 8.1 (#417) We should use the latest TYPO3 and PHP versions for code coverage generation. --- .github/workflows/codecoverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index 0084873..255f6a7 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -62,6 +62,6 @@ jobs: fail-fast: false matrix: php-version: - - 7.4 + - 8.1 typo3-version: - - ^10.4 + - ^11.5