File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,24 @@ jobs:
1818 typo3-versions : ' ^12'
1919 - php-versions : ' 8.2'
2020 typo3-versions : ' ^13'
21+ - php-versions : ' 8.2'
22+ typo3-versions : ' 14.*.*@dev'
2123 - php-versions : ' 8.3'
2224 typo3-versions : ' ^12'
2325 - php-versions : ' 8.3'
2426 typo3-versions : ' ^13'
27+ - php-versions : ' 8.3'
28+ typo3-versions : ' 14.*.*@dev'
2529 - php-versions : ' 8.4'
2630 typo3-versions : ' ^12'
2731 - php-versions : ' 8.4'
2832 typo3-versions : ' ^13'
33+ - php-versions : ' 8.4'
34+ typo3-versions : ' 14.*.*@dev'
2935 - php-versions : ' 8.5'
3036 typo3-versions : ' ^13'
37+ - php-versions : ' 8.5'
38+ typo3-versions : ' 14.*.*@dev'
3139 steps :
3240 - name : Check out repository
3341 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 2828 ],
2929 "require" : {
3030 "php" : " >= 8.1.0, <= 8.5.99" ,
31- "typo3/cms-core" : " ^12 || ^13 || ^ 14.0.x- dev"
31+ "typo3/cms-core" : " ^12 || ^13 || 14.*.*@ dev"
3232 },
33+ "minimum-stability" : " dev" ,
34+ "prefer-stable" : true ,
3335 "require-dev" : {
3436 "ergebnis/composer-normalize" : " ^2.44" ,
3537 "phpstan/phpstan" : " ^1.10" ,
36- "phpunit/phpunit" : " ^10.5" ,
38+ "phpunit/phpunit" : " ^10.5 || ^11.2.5 " ,
3739 "typo3/coding-standards" : " ^0.8" ,
38- "typo3/testing-framework" : " ^8.3"
40+ "typo3/testing-framework" : " ^8.3 || ^9.2 "
3941 },
4042 "autoload" : {
4143 "psr-4" : {
You can’t perform that action at this time.
0 commit comments