File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 strategy :
1010 matrix :
11- TYPO3 : [ '12', '13', '14' ]
11+ TYPO3 : [ '13', '14' ]
12+ php : [ '8.2', '8.5']
1213
1314 steps :
1415 - name : Checkout
1718 - name : Set up PHP Version
1819 uses : shivammathur/setup-php@v2
1920 with :
20- php-version : 8.3
21+ php-version : ${{ matrix.php }}
2122 tools : composer:v2
2223
2324 - name : Start MySQL
Original file line number Diff line number Diff line change 66 " GPL-2.0-or-later"
77 ],
88 "require" : {
9- "php" : " ^7.4 || ~8.0" ,
10- "typo3/cms-backend" : " ^11.5 || ^12.4 || ^13.1 || ^14.0" ,
11- "typo3/cms-fluid-styled-content" : " ^11.5 || ^12.4 || ^13.1 || ^14.0"
9+ "typo3/cms-backend" : " ^13.4 || ^14.1" ,
10+ "typo3/cms-fluid-styled-content" : " ^13.4 || ^14.1"
1211 },
1312 "extra" : {
1413 "typo3/cms" : {
2120 "minimum-stability" : " dev" ,
2221 "prefer-stable" : true ,
2322 "require-dev" : {
24- "typo3/testing-framework" : " ^7.0 || ^8.0 || ^ 9.1" ,
25- "typo3/cms-frontend" : " ^11.5 || ^12. 4 || ^13.1 || ^ 14.0 " ,
26- "typo3/cms-workspaces" : " ^11.5 || ^12. 4 || ^13.1 || ^ 14.0 " ,
23+ "typo3/testing-framework" : " ^9.1" ,
24+ "typo3/cms-frontend" : " ^13. 4 || ^14.1 " ,
25+ "typo3/cms-workspaces" : " ^13. 4 || ^14.1 " ,
2726 "phpstan/phpstan" : " ^1.10" ,
2827 "typo3/coding-standards" : " ^0.5.5" ,
29- "phpunit/phpunit" : " 9.6 || ^10.5 || ^11.3" ,
28+ "phpunit/phpunit" : " ^11.3" ,
3029 "b13/listelements-example" : " *"
3130 },
3231 "autoload-dev" : {
You can’t perform that action at this time.
0 commit comments