From 778461ff62413094d3bf4e654134cbc350224dcf Mon Sep 17 00:00:00 2001 From: Claus Due Date: Sat, 25 Jan 2025 22:02:59 +0100 Subject: [PATCH] [TASK] Add v13 build matrix items --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25691af8b..9931da767 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,6 +63,8 @@ jobs: typo3: "^12.4" - php: "8.3" typo3: "^12.4" + - php: "8.3" + typo3: "^13.4" runs-on: ubuntu-latest @@ -107,6 +109,8 @@ jobs: typo3: "^12.4" - php: "8.3" typo3: "^12.4" + - php: "8.3" + typo3: "^13.4" runs-on: ubuntu-latest