From 073572d4589c2414e40a4e24977b7fe8a3eed97f Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 15 Jan 2024 19:18:41 +0100 Subject: [PATCH] fix(ci): Add PHP 8.2 as testing target for stable27 Signed-off-by: Ferdinand Thiessen --- .github/workflows/phpunit-mysql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 1aaea7754..c9e1cc114 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -38,7 +38,7 @@ jobs: strategy: matrix: - php-versions: ["8.0", "8.1"] + php-versions: ["8.0", "8.1", "8.2"] server-versions: ["stable27"] services: