File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - ' 8.2'
2929 - ' 8.3'
3030 - ' 8.4'
31+ - ' 8.5'
3132 steps :
3233 - name : ' Checkout'
3334 uses : ' actions/checkout@v5'
@@ -112,6 +113,14 @@ jobs:
112113 typo3-version : ' ^13.0'
113114 - php-version : ' 8.4'
114115 typo3-version : ' ^13.0'
116+ - php-version : ' 8.2'
117+ typo3-version : ' ^14.0'
118+ - php-version : ' 8.3'
119+ typo3-version : ' ^14.0'
120+ - php-version : ' 8.4'
121+ typo3-version : ' ^14.0'
122+ - php-version : ' 8.5'
123+ typo3-version : ' ^14.0'
115124 steps :
116125 - uses : ' actions/checkout@v5'
117126
@@ -149,6 +158,14 @@ jobs:
149158 typo3-version : ' ^13.4'
150159 - php-version : ' 8.4'
151160 typo3-version : ' ^13.4'
161+ - php-version : ' 8.2'
162+ typo3-version : ' ^14.0'
163+ - php-version : ' 8.3'
164+ typo3-version : ' ^14.0'
165+ - php-version : ' 8.4'
166+ typo3-version : ' ^14.0'
167+ - php-version : ' 8.5'
168+ typo3-version : ' ^14.0'
152169 steps :
153170 - uses : ' actions/checkout@v5'
154171
Original file line number Diff line number Diff line change 2727 " bin/typo3-php-datasets"
2828 ],
2929 "require" : {
30- "php" : " ^8.2 || ^8.3 || ^8.4" ,
30+ "php" : " ^8.2 || ^8.3 || ^8.4 || ^8.5 " ,
3131 "composer-runtime-api" : " ^2.2" ,
3232 "doctrine/dbal" : " ^4.3.3" ,
3333 "symfony/console" : " ^7.2" ,
34- "typo3/cms-core" : " ^13.4.19"
34+ "typo3/cms-core" : " ^13.4.19 || ^14.0 "
3535 },
3636 "require-dev" : {
3737 "friendsofphp/php-cs-fixer" : " ^3.4" ,
You can’t perform that action at this time.
0 commit comments