From 0882f696c12e8dffbc5e3995f13d7f48f91d164d Mon Sep 17 00:00:00 2001 From: Hannes Bochmann Date: Fri, 26 Mar 2021 16:10:20 +0100 Subject: [PATCH] set requirements for TYPO3 10.4 #23 --- .github/workflows/phpci.yml | 11 ++++++++++- composer.json | 2 +- ext_emconf.php | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/phpci.yml b/.github/workflows/phpci.yml index 042f843..a6de400 100644 --- a/.github/workflows/phpci.yml +++ b/.github/workflows/phpci.yml @@ -60,7 +60,7 @@ jobs: name: "PHP QS" runs-on: "ubuntu-latest" - + needs: "php-lint" strategy: @@ -137,6 +137,15 @@ jobs: - typo3-version: "^9.5" php-version: "7.4" + - + typo3-version: "^10.4" + php-version: "7.2" + - + typo3-version: "^10.4" + php-version: "7.3" + - + typo3-version: "^10.4" + php-version: "7.4" steps: - diff --git a/composer.json b/composer.json index a564acf..60b8064 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ } ], "require": { - "typo3/cms-core": "^8.7.32 || ^9.5.24", + "typo3/cms-core": "^8.7.32 || ^9.5.24 || ^10.4", "digedag/rn-base": "^1.4.0", "twig/twig": "~1.0" }, diff --git a/ext_emconf.php b/ext_emconf.php index 66f8588..00e739f 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -34,7 +34,7 @@ 'constraints' => [ 'depends' => [ 'rn_base' => '1.4.0-', - 'typo3' => '8.7.32-9.5.99', + 'typo3' => '8.7.32-10.4.99', ], 'conflicts' => [], 'suggests' => []