Skip to content

Commit ddebbad

Browse files
committed
[TASK] Add support for TYPO3 14.0.x-dev
1 parent da8329f commit ddebbad

2 files changed

Lines changed: 23 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,22 @@ jobs:
140140
typo3-version: '^12.4'
141141
- db-version: '8'
142142
php-version: '8.2'
143-
typo3-version: '^13.0'
143+
typo3-version: '^13.4'
144+
- db-version: '8'
145+
php-version: '8.3'
146+
typo3-version: '^13.4'
147+
- db-version: '8'
148+
php-version: '8.4'
149+
typo3-version: '^13.4'
150+
- db-version: '8'
151+
php-version: '8.2'
152+
typo3-version: '14.0.x-dev'
144153
- db-version: '8'
145154
php-version: '8.3'
146-
typo3-version: '^13.0'
155+
typo3-version: '14.0.x-dev'
147156
- db-version: '8'
148157
php-version: '8.4'
149-
typo3-version: '^13.0'
158+
typo3-version: '14.0.x-dev'
150159
steps:
151160
- uses: actions/checkout@v3
152161

@@ -219,6 +228,12 @@ jobs:
219228
typo3-version: '^13.4'
220229
- php-version: '8.4'
221230
typo3-version: '^13.4'
231+
- php-version: '8.2'
232+
typo3-version: '14.0.x-dev'
233+
- php-version: '8.3'
234+
typo3-version: '14.0.x-dev'
235+
- php-version: '8.4'
236+
typo3-version: '14.0.x-dev'
222237
steps:
223238
- uses: actions/checkout@v3
224239

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"composer-runtime-api": "^2.2",
3232
"doctrine/dbal": "^2.13 || ^3.6 || ^4.0 || 4.0.0-RC2",
3333
"symfony/console": "^5.4 || ^6.2 || ^7.0",
34-
"typo3/cms-core": "^10.4 || ^11.5 || ^12.4 || ^13.0"
34+
"typo3/cms-core": "^10.4 || ^11.5 || ^12.4 || ^13.0 || 14.0.x-dev"
3535
},
3636
"require-dev": {
3737
"friendsofphp/php-cs-fixer": "^3.4",
3838
"phpstan/phpstan": "^1.10",
3939
"phpstan/phpstan-phpunit": "^1.3",
4040
"phpunit/phpunit": "^8.5 || ^9.6 || ^10.0",
41-
"typo3/testing-framework": "^6.16 || ^7.0 || ^8.0"
41+
"typo3/testing-framework": "^6.16 || ^7.0 || ^8.0 || ^9.0"
4242
},
4343
"extra": {
4444
"typo3/cms": {
@@ -53,5 +53,7 @@
5353
},
5454
"lock": false,
5555
"sort-packages": true
56-
}
56+
},
57+
"minimum-stability": "dev",
58+
"prefer-stable": true
5759
}

0 commit comments

Comments
 (0)