From ef639fcc88d6593eb9e2f9afdc3fbce923093b14 Mon Sep 17 00:00:00 2001 From: Matthias Vogel Date: Tue, 16 Apr 2024 15:07:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20add=20php=208.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 0cdde7d..633de23 100644 --- a/.github/workflows/tasks.yml +++ b/.github/workflows/tasks.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.1', '8.2' ] + php: [ '8.1', '8.2', '8.3' ] typo3: [ '11', '12' ] sentry: [ false, true ] steps: diff --git a/composer.json b/composer.json index dbe0e09..6018a7c 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "composer-runtime-api": "^2.0.0", "typo3/cms-core": "^11.0 || ^12.0", "typo3/cms-extbase": "^11.0 || ^12.0"