mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-21 21:46:09 +01:00
Support TYPO3 v12.3 (#103)
This commit is contained in:
parent
60a1932a71
commit
6f71db0abd
3 changed files with 34 additions and 7 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
@ -118,10 +118,10 @@ jobs:
|
||||||
typo3-version: '^11.5'
|
typo3-version: '^11.5'
|
||||||
- db-version: '8'
|
- db-version: '8'
|
||||||
php-version: '8.1'
|
php-version: '8.1'
|
||||||
typo3-version: '~12.2.0'
|
typo3-version: '~12.3.0'
|
||||||
- db-version: '8'
|
- db-version: '8'
|
||||||
php-version: '8.2'
|
php-version: '8.2'
|
||||||
typo3-version: '~12.2.0'
|
typo3-version: '~12.3.0'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
@ -167,9 +167,9 @@ jobs:
|
||||||
- php-version: '8.2'
|
- php-version: '8.2'
|
||||||
typo3-version: '^11.5'
|
typo3-version: '^11.5'
|
||||||
- php-version: '8.1'
|
- php-version: '8.1'
|
||||||
typo3-version: '~12.2.0'
|
typo3-version: '~12.3.0'
|
||||||
- php-version: '8.2'
|
- php-version: '8.2'
|
||||||
typo3-version: '~12.2.0'
|
typo3-version: '~12.3.0'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
27
Documentation/Changelog/2.3.0.rst
Normal file
27
Documentation/Changelog/2.3.0.rst
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
2.3.0
|
||||||
|
=====
|
||||||
|
|
||||||
|
Breaking
|
||||||
|
--------
|
||||||
|
|
||||||
|
Nothing
|
||||||
|
|
||||||
|
Features
|
||||||
|
--------
|
||||||
|
|
||||||
|
* Support TYPO3 12.3.
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
-----
|
||||||
|
|
||||||
|
Nothing
|
||||||
|
|
||||||
|
Tasks
|
||||||
|
-----
|
||||||
|
|
||||||
|
Nothing
|
||||||
|
|
||||||
|
Deprecation
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Nothing
|
|
@ -34,9 +34,9 @@
|
||||||
"psr/http-server-middleware": "^1.0",
|
"psr/http-server-middleware": "^1.0",
|
||||||
"symfony/console": "^5.2 || ^6.1",
|
"symfony/console": "^5.2 || ^6.1",
|
||||||
"symfony/expression-language": "^5.2 || ^6.1",
|
"symfony/expression-language": "^5.2 || ^6.1",
|
||||||
"typo3/cms-backend": "^11.5 || ~12.2.0",
|
"typo3/cms-backend": "^11.5 || ~12.3.0",
|
||||||
"typo3/cms-core": "^11.5 || ~12.2.0",
|
"typo3/cms-core": "^11.5 || ~12.3.0",
|
||||||
"typo3/cms-dashboard": "^11.5 || ~12.2.0"
|
"typo3/cms-dashboard": "^11.5 || ~12.3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.0",
|
"phpunit/phpunit": "^9.0",
|
||||||
|
|
Loading…
Reference in a new issue