From 795a2ef5a0c19ec3545c83568647799f8778ad7a Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 3 Aug 2026 17:03:57 +0200 Subject: [PATCH] [DOCS] Update the TYPO3 version badges in the README Drop 12LTS, add 14LTS. Part of #2253 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3c6bac43..71e43fb1c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Example TYPO3 extension for code quality checks and automated tests -[![TYPO3 V12](https://img.shields.io/badge/TYPO3-12-orange.svg)](https://get.typo3.org/version/12) [![TYPO3 V13](https://img.shields.io/badge/TYPO3-13-orange.svg)](https://get.typo3.org/version/13) +[![TYPO3 V14](https://img.shields.io/badge/TYPO3-14-orange.svg)](https://get.typo3.org/version/14) [![License](https://img.shields.io/github/license/TYPO3BestPractices/tea)](https://packagist.org/packages/ttn/tea) [![GitHub CI status](https://github.com/TYPO3BestPractices/tea/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/TYPO3BestPractices/tea/actions) [![Coverage Status](https://coveralls.io/repos/github/TYPO3BestPractices/tea/badge.svg?branch=main)](https://coveralls.io/github/TYPO3BestPractices/tea?branch=main)