From 163a5c069333c35eb0a76fe016e32df9b2b61e6d Mon Sep 17 00:00:00 2001 From: Benjamin Kott Date: Thu, 7 Jan 2021 13:09:44 +0100 Subject: [PATCH] [TASK] Include 7.2 and 7.3 only on v10.4 --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0075692d..a029cdd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,15 @@ jobs: fail-fast: false matrix: typo3: [ ^10.4, ^11.0 ] - php: [ '7.2', '7.3', '7.4' ] + php: [ '7.4' ] + include: + - typo3: ^10.4 + php: '7.4' + coverage: true + - typo3: ^10.4 + php: '7.2' + - typo3: ^10.4 + php: '7.3' steps: - name: Start database server