Skip to content

Commit 73320f6

Browse files
committed
[TASK] Configure CI for TYPO3 v14
1 parent 5239c43 commit 73320f6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
typo3-versions: '^12'
1919
- php-versions: '8.2'
2020
typo3-versions: '^13'
21+
- php-versions: '8.2'
22+
typo3-versions: '^14.0.x-dev'
2123
- php-versions: '8.3'
2224
typo3-versions: '^12'
2325
- php-versions: '8.3'

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,16 @@
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": {

0 commit comments

Comments
 (0)