Skip to content

Commit 3b7142a

Browse files
committed
[FEATURE] Add compatibility for TYPO3 13.4 LTS
1 parent f56513d commit 3b7142a

5 files changed

Lines changed: 292 additions & 273 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
php-version: ["8.2", "8.3", "8.4", "8.5"]
18-
typo3-version: ["12.4", "13.0"]
18+
typo3-version: ["12.4", "13.4"]
1919
dependencies: ["highest", "lowest"]
20-
include:
21-
# @todo Remove once support for TYPO3 v13.0 is dropped
22-
- typo3-version: "13.0"
23-
composer-options: "--no-security-blocking"
2420
env:
2521
typo3DatabaseName: typo3
2622
typo3DatabaseHost: '127.0.0.1'

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"psr/http-message": "^1.0 || ^2.0",
2626
"symfony/console": "^5.4 || ^6.0 || ^7.0",
2727
"symfony/dependency-injection": "^6.4 || ^7.0",
28-
"typo3/cms-core": "^12.4 || ~13.0.0",
29-
"typo3/cms-extbase": "^12.4 || ~13.0.0",
30-
"typo3/cms-frontend": "^12.4 || ~13.0.0"
28+
"typo3/cms-core": "^12.4 || ^13.4",
29+
"typo3/cms-extbase": "^12.4 || ^13.4",
30+
"typo3/cms-frontend": "^12.4 || ^13.4"
3131
},
3232
"require-dev": {
3333
"armin/editorconfig-cli": "^2.0",

0 commit comments

Comments
 (0)