Skip to content

Commit

Permalink
set requirements for TYPO3 10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Mar 26, 2021
1 parent c363166 commit 0882f69
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/phpci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
name: "PHP QS"

runs-on: "ubuntu-latest"

needs: "php-lint"

strategy:
Expand Down Expand Up @@ -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:
-
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => []
Expand Down

0 comments on commit 0882f69

Please sign in to comment.