From 1bbdc0ea19a31c01142c44daaba0bccb1df38f77 Mon Sep 17 00:00:00 2001 From: Mathieu De Keyzer Date: Thu, 21 Dec 2023 10:37:01 +0100 Subject: [PATCH] test: upgrade test platform to php@8.2 --- .github/workflows/code_quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 3a042edef..4ffc20a29 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -5,7 +5,7 @@ on: push: env: - PHP_VERSION: 8.1 + PHP_VERSION: 8.2 PHPUNIT_FLAGS: "-v" jobs: