From 9a72bbc070e0519420c95d65459829b4b8d7e716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20K=C3=A4hm?= Date: Tue, 13 Jun 2023 14:57:35 +0200 Subject: [PATCH] [TASK] Add PHP 8.3 to test matrix TYPO3 12 LTS added PHP 8.3 to the test matrix. This change does the same. --- .github/workflows/ci-matrix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-matrix.json b/.github/workflows/ci-matrix.json index d02fbc1660..916591d9ae 100644 --- a/.github/workflows/ci-matrix.json +++ b/.github/workflows/ci-matrix.json @@ -1,6 +1,6 @@ { "main": { - "PHP": [ "8.1", "8.2" ], + "PHP": [ "8.1", "8.2", "8.3" ], "TYPO3": [ "12", "12.4.x-dev" ] },