From 749cfba8020b7e63398e6640cecdad003e3cf28b Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 29 Jun 2023 16:38:53 +0200 Subject: [PATCH] Add a CI job on PHP 8.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b21ea4..637a4b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ] + php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] name_suffix: [ '' ] composer_flags: [ '' ] symfony_version: [ '' ]