mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02:00

[TASK] Drop TYPO3 10LTS support (#594)

Fixes #589

Co-authored-by: lina.wolf <lwolf@w-commerce.de>
This commit is contained in:
Lina Wolf 2022-09-27 16:48:54 +02:00 committed by GitHub
parent 2484f6d8ca
commit 672194fba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 58 deletions

View file

@ -142,12 +142,6 @@ jobs:
fail-fast: false
matrix:
include:
- typo3-version: "^10.4"
php-version: "7.4"
composer-dependencies: highest
- typo3-version: "^10.4"
php-version: "7.4"
composer-dependencies: lowest
- typo3-version: "^11.5"
php-version: "7.4"
composer-dependencies: highest
@ -224,12 +218,6 @@ jobs:
fail-fast: false
matrix:
include:
- typo3-version: "^10.4"
php-version: "7.4"
composer-dependencies: highest
- typo3-version: "^10.4"
php-version: "7.4"
composer-dependencies: lowest
- typo3-version: "^11.5"
php-version: "7.4"
composer-dependencies: highest

View file

@ -191,12 +191,6 @@ jobs:
fail-fast: false
matrix:
include:
- typo3-version: "^10.4"
php-version: "7.4"
composer-dependencies: highest
- typo3-version: "^10.4"
php-version: "7.4"
composer-dependencies: lowest
- typo3-version: "^11.5"
php-version: "7.4"
composer-dependencies: highest
@ -271,12 +265,6 @@ jobs:
fail-fast: false
matrix:
include:
- typo3-version: "^10.4"
php-version: "7.4"
composer-dependencies: highest
- typo3-version: "^10.4"
php-version: "7.4"
composer-dependencies: lowest
- typo3-version: "^11.5"
php-version: "7.4"
composer-dependencies: highest

View file

@ -12,7 +12,6 @@ include:
- '/.gitlab/pipeline/jobs/.variables.yml'
- '/.gitlab/pipeline/jobs/build-composer-dependencies.yml'
- '/.gitlab/pipeline/jobs/composer-normalize.yml'
- '/.gitlab/pipeline/jobs/func-php7.4-v10.yml'
- '/.gitlab/pipeline/jobs/javascript-lint.yml'
- '/.gitlab/pipeline/jobs/json-lint.yml'
- '/.gitlab/pipeline/jobs/php-copypaste-check.yml'
@ -21,7 +20,6 @@ include:
- '/.gitlab/pipeline/jobs/php-lint-php8.1.yml'
- '/.gitlab/pipeline/jobs/phpcs.yml'
- '/.gitlab/pipeline/jobs/ts-lint.yml'
- '/.gitlab/pipeline/jobs/unit-php7.4-v10.yml'
- '/.gitlab/pipeline/jobs/xliff-lint.yml'
- '/.gitlab/pipeline/jobs/yaml-lint.yml'
- template: Security/License-Scanning.gitlab-ci.yml

View file

@ -1,12 +0,0 @@
func-php7.4-v10:
extends: .default
image: php:7.4
services:
- mariadb:10
stage: test
needs:
- build-composer-dependencies
- php-lint-php7.4
script:
- composer require --no-progress typo3/cms-core:"^10.4"
- wait-for-it mariadb:3306 -t 60 --strict -- composer ci:tests:functional

View file

@ -1,10 +0,0 @@
unit-php7.4-v10:
extends: .default
image: php:7.4
stage: test
needs:
- build-composer-dependencies
- php-lint-php7.4
script:
- composer require --no-progress typo3/cms-core:"^10.4"
- composer ci:tests:unit

View file

@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Deprecated
### Removed
- Drop support for TYPO3 10LTS (#594)
- Drop support for PHP 7.2 and 7.3 (#581)
### Fixed

View file

@ -1,6 +1,5 @@
# Example TYPO3 extension for code quality checks and automated tests
[![TYPO3 V10](https://img.shields.io/badge/TYPO3-10-orange.svg)](https://get.typo3.org/version/10)
[![TYPO3 V11](https://img.shields.io/badge/TYPO3-11-orange.svg)](https://get.typo3.org/version/11)
[![License](https://poser.pugx.org/ttn/tea/license.svg)](https://packagist.org/packages/ttn/tea)
[![Total downloads](https://poser.pugx.org/ttn/tea/downloads.svg)](https://packagist.org/packages/ttn/tea)

View file

@ -28,10 +28,10 @@
},
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"typo3/cms-core": "^10.4.11 || ^11.5.2",
"typo3/cms-extbase": "^10.4.11 || ^11.5.2",
"typo3/cms-fluid": "^10.4.11 || ^11.5.2",
"typo3/cms-frontend": "^10.4.11 || ^11.5.2"
"typo3/cms-core": "^11.5.2",
"typo3/cms-extbase": "^11.5.2",
"typo3/cms-fluid": "^11.5.2",
"typo3/cms-frontend": "^11.5.2"
},
"require-dev": {
"doctrine/dbal": "^2.13.8 || ^3.3.7",
@ -50,7 +50,7 @@
"seld/jsonlint": "^1.9.0",
"squizlabs/php_codesniffer": "^3.7.1",
"symfony/yaml": "^4.4.29 || ^5.3.6 || ^6.0",
"typo3/cms-fluid-styled-content": "^10.4.11 || ^11.5.2",
"typo3/cms-fluid-styled-content": "^11.5.2",
"typo3/coding-standards": "^0.5.5",
"typo3/testing-framework": "^6.16.6"
},

View file

@ -8,10 +8,10 @@ $EM_CONF[$_EXTKEY] = [
'constraints' => [
'depends' => [
'php' => '7.4.0-8.1.99',
'typo3' => '10.4.11-11.5.99',
'extbase' => '10.4.11-11.5.99',
'fluid' => '10.4.11-11.5.99',
'frontend' => '10.4.11-11.5.99',
'typo3' => '11.5.2-11.5.99',
'extbase' => '11.5.2-11.5.99',
'fluid' => '11.5.2-11.5.99',
'frontend' => '11.5.2-11.5.99',
],
],
'state' => 'stable',