From d9fc38f0ca793317a7c3d445cb1dbfdb20e5fa90 Mon Sep 17 00:00:00 2001 From: Matthias Vogel Date: Wed, 19 Aug 2026 16:47:40 +0200 Subject: [PATCH] [TASK] allow and test PHP 8.5 --- .github/workflows/tasks.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tasks.yml b/.github/workflows/tasks.yml index f73cea6..a8f8725 100644 --- a/.github/workflows/tasks.yml +++ b/.github/workflows/tasks.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.2', '8.3', '8.4' ] + php: [ '8.2', '8.3', '8.4', '8.5' ] typo3: [ '13', '14' ] sentry: [ false, true ] steps: diff --git a/composer.json b/composer.json index 06ac972..b02d07a 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", "composer-runtime-api": "^2.0.0", "typo3/cms-core": "^13.0 || ^14.0", "typo3/cms-extbase": "^13.0 || ^14.0"