From ece8f139d666cccea50a118e61f40dbadc9816d2 Mon Sep 17 00:00:00 2001 From: Andreas Wolf Date: Sun, 6 Aug 2023 18:44:35 +0200 Subject: [PATCH] [TASK] Run CI pipeline with PHP 8.2 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 559d4d6..748d9ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,7 @@ jobs: php-version: - "8.0" - "8.1" + # TODO add PHP 8.2 once PHP-CS-Fixer supports it command: - "normalize" @@ -133,7 +134,7 @@ jobs: fail-fast: false matrix: typo3-version: ["^11.5", "^12.4"] - php-version: ["8.0", "8.1"] + php-version: ["8.0", "8.1", "8.2"] composer-dependencies: ["lowest", "highest"] exclude: - typo3-version: "^12.4"