From 8084607f00bac143e5814cae03eed8d88b0752bf Mon Sep 17 00:00:00 2001 From: Claus Due Date: Tue, 20 Aug 2024 12:10:58 +0200 Subject: [PATCH] [TASK] Add PHP 8.3 build matrix item --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 670f38464..1a5ffbfba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,6 +59,8 @@ jobs: typo3: "^11.5" - php: "8.2" typo3: "^12.1" + - php: "8.3" + typo3: "^12.1" runs-on: ubuntu-latest @@ -101,6 +103,8 @@ jobs: typo3: "^11.5" - php: "8.2" typo3: "^12.1" + - php: "8.3" + typo3: "^12.1" runs-on: ubuntu-latest