Support TYPO3 v12.3 (#103)

This commit is contained in:
Daniel Siepmann 2023-04-03 09:55:26 +02:00 committed by GitHub
parent 60a1932a71
commit 6f71db0abd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 7 deletions

View file

@ -118,10 +118,10 @@ jobs:
typo3-version: '^11.5'
- db-version: '8'
php-version: '8.1'
typo3-version: '~12.2.0'
typo3-version: '~12.3.0'
- db-version: '8'
php-version: '8.2'
typo3-version: '~12.2.0'
typo3-version: '~12.3.0'
steps:
- uses: actions/checkout@v3
@ -167,9 +167,9 @@ jobs:
- php-version: '8.2'
typo3-version: '^11.5'
- php-version: '8.1'
typo3-version: '~12.2.0'
typo3-version: '~12.3.0'
- php-version: '8.2'
typo3-version: '~12.2.0'
typo3-version: '~12.3.0'
steps:
- uses: actions/checkout@v3

View file

@ -0,0 +1,27 @@
2.3.0
=====
Breaking
--------
Nothing
Features
--------
* Support TYPO3 12.3.
Fixes
-----
Nothing
Tasks
-----
Nothing
Deprecation
-----------
Nothing

View file

@ -34,9 +34,9 @@
"psr/http-server-middleware": "^1.0",
"symfony/console": "^5.2 || ^6.1",
"symfony/expression-language": "^5.2 || ^6.1",
"typo3/cms-backend": "^11.5 || ~12.2.0",
"typo3/cms-core": "^11.5 || ~12.2.0",
"typo3/cms-dashboard": "^11.5 || ~12.2.0"
"typo3/cms-backend": "^11.5 || ~12.3.0",
"typo3/cms-core": "^11.5 || ~12.3.0",
"typo3/cms-dashboard": "^11.5 || ~12.3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",