Skip to content

Commit 883d1b3

Browse files
committed
[WIP] prepare v2
1 parent 14fc247 commit 883d1b3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
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
@@ -17,7 +18,7 @@ jobs:
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

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
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": {
@@ -21,12 +20,12 @@
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": {

0 commit comments

Comments
 (0)