From fe4f2ab38b0e39882f8e94e504d7b0860869eb54 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Sat, 23 Dec 2023 01:39:58 +0100 Subject: [PATCH] Run Psalm & coverage on PHP 8.3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d094f3..f32380e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,8 @@ on: pull_request: env: - PSALM_PHP_VERSION: "8.2" - COVERAGE_PHP_VERSION: "8.2" + PSALM_PHP_VERSION: "8.3" + COVERAGE_PHP_VERSION: "8.3" jobs: psalm: