mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 13:56:09 +01:00
Raise to TYPO3 v13.1
This commit is contained in:
parent
413afa1851
commit
7bd3cfa308
3 changed files with 12 additions and 12 deletions
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
|
@ -114,10 +114,10 @@ jobs:
|
||||||
typo3-version: '^12.4'
|
typo3-version: '^12.4'
|
||||||
- db-version: '8'
|
- db-version: '8'
|
||||||
php-version: '8.2'
|
php-version: '8.2'
|
||||||
typo3-version: '13.0'
|
typo3-version: '13.1'
|
||||||
- db-version: '8'
|
- db-version: '8'
|
||||||
php-version: '8.3'
|
php-version: '8.3'
|
||||||
typo3-version: '13.0'
|
typo3-version: '13.1'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
@ -144,7 +144,7 @@ jobs:
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Install dependencies with expected TYPO3 version
|
- name: Install dependencies with expected TYPO3 version
|
||||||
run: composer require --prefer-dist --no-progress "typo3/cms-backend:${{ matrix.typo3-version }}" "typo3/cms-core:${{ matrix.typo3-version }}" "typo3/cms-dashboard:${{ matrix.typo3-version }}"
|
run: composer require --prefer-dist --no-progress "typo3/cms-core:${{ matrix.typo3-version }}"
|
||||||
|
|
||||||
- name: PHPUnit Tests
|
- name: PHPUnit Tests
|
||||||
run: |-
|
run: |-
|
||||||
|
@ -167,9 +167,9 @@ jobs:
|
||||||
- php-version: '8.3'
|
- php-version: '8.3'
|
||||||
typo3-version: '^12.4'
|
typo3-version: '^12.4'
|
||||||
- php-version: '8.2'
|
- php-version: '8.2'
|
||||||
typo3-version: '13.0'
|
typo3-version: '13.1'
|
||||||
- php-version: '8.3'
|
- php-version: '8.3'
|
||||||
typo3-version: '13.0'
|
typo3-version: '13.1'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
@ -183,7 +183,7 @@ jobs:
|
||||||
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install dependencies with expected TYPO3 version
|
- name: Install dependencies with expected TYPO3 version
|
||||||
run: composer require --prefer-dist --no-progress "typo3/cms-backend:${{ matrix.typo3-version }}" "typo3/cms-core:${{ matrix.typo3-version }}" "typo3/cms-dashboard:${{ matrix.typo3-version }}"
|
run: composer require --prefer-dist --no-progress "typo3/cms-core:${{ matrix.typo3-version }}"
|
||||||
|
|
||||||
- name: Code Quality (by PHPStan)
|
- name: Code Quality (by PHPStan)
|
||||||
run: ./vendor/bin/phpstan analyse
|
run: ./vendor/bin/phpstan analyse
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
Breaking
|
Breaking
|
||||||
--------
|
--------
|
||||||
|
|
||||||
* Support TYPO3 v13.0, drop v11.
|
* Support TYPO3 v13.1, drop v11.
|
||||||
We only support last two TYPO3 versions.
|
We only support last two TYPO3 versions.
|
||||||
|
|
||||||
* Drop `ext_emconf.php` this probably will remove support for none composer setups.
|
* Drop `ext_emconf.php` this probably will remove support for none composer setups.
|
||||||
|
@ -12,7 +12,7 @@ Breaking
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
* Add Support for TYPO3 v13.0.
|
* Add Support for TYPO3 v13.1.
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
-----
|
-----
|
||||||
|
|
|
@ -34,9 +34,9 @@
|
||||||
"psr/http-server-middleware": "^1.0",
|
"psr/http-server-middleware": "^1.0",
|
||||||
"symfony/console": "^5.2 || ^6.1 || ^7.0",
|
"symfony/console": "^5.2 || ^6.1 || ^7.0",
|
||||||
"symfony/expression-language": "^5.2 || ^6.1 || ^7.0",
|
"symfony/expression-language": "^5.2 || ^6.1 || ^7.0",
|
||||||
"typo3/cms-backend": "^12.4 || ^13.0",
|
"typo3/cms-backend": "^12.4 || ^13.1",
|
||||||
"typo3/cms-core": "^12.4 || ^13.0",
|
"typo3/cms-core": "^12.4 || ^13.1",
|
||||||
"typo3/cms-dashboard": "^12.4 || ^13.0"
|
"typo3/cms-dashboard": "^12.4 || ^13.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"codappix/typo3-php-datasets": "^1.5",
|
"codappix/typo3-php-datasets": "^1.5",
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
"phpstan/extension-installer": "^1.1",
|
"phpstan/extension-installer": "^1.1",
|
||||||
"phpstan/phpstan": "^1.10",
|
"phpstan/phpstan": "^1.10",
|
||||||
"phpunit/phpunit": "^10.1",
|
"phpunit/phpunit": "^10.1",
|
||||||
"saschaegerer/phpstan-typo3": "^1.10",
|
"saschaegerer/phpstan-typo3": "dev-add-typo3-13_1-support",
|
||||||
"typo3/testing-framework": "^8.0"
|
"typo3/testing-framework": "^8.0"
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
|
|
Loading…
Reference in a new issue