File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ before_install:
2626 - phpenv config-rm xdebug.ini
2727
2828install :
29- - composer require typo3/minimal=$TYPO3_VERSION
29+ - composer require --dev typo3/minimal=$TYPO3_VERSION
3030
3131script :
3232 - >
@@ -51,6 +51,21 @@ script:
5151jobs :
5252 fast_finish : true
5353 include :
54+ - stage : test
55+ php : 7.4
56+ env : TYPO3_VERSION=^10.4
57+ - stage : test
58+ php : 7.3
59+ env : TYPO3_VERSION=^10.4
60+ - stage : test
61+ php : 7.2
62+ env : TYPO3_VERSION=^10.4
63+ - stage : test
64+ php : 7.4
65+ env : TYPO3_VERSION=^9.5
66+ - stage : test
67+ php : 7.3
68+ env : TYPO3_VERSION=^9.5
5469 - stage : test
5570 php : 7.2
5671 env : TYPO3_VERSION=^9.5
Original file line number Diff line number Diff line change 2222 "license" : " GPL-2.0-or-later" ,
2323 "require" : {
2424 "php" : " ^7.2" ,
25- "typo3/cms-core" : " ^9.5"
25+ "typo3/cms-core" : " ^9.5 || ^10.4 "
2626 },
2727 "require-dev" : {
28- "nimut/testing-framework" : " ^4.0" ,
28+ "nimut/testing-framework" : " ^4.0 || ^5.0 " ,
2929 "typo3/minimal" : " ^9.5"
3030 },
3131 "autoload" : {
Original file line number Diff line number Diff line change 1313 'version ' => '2.2.2 ' ,
1414 'constraints ' => [
1515 'depends ' => [
16- 'php ' => '7.2.0-7.3 .999 ' ,
17- 'typo3 ' => '9.5.0-9.5 .99 ' ,
16+ 'php ' => '7.2.0-7.4 .999 ' ,
17+ 'typo3 ' => '9.5.0-10.4 .99 ' ,
1818 ],
1919 'conflicts ' => [
2020 ],
You can’t perform that action at this time.
0 commit comments