From 00adda35487c776ffdbe8d79f89c5d040db43455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sat, 1 Jan 2022 18:38:15 +0100 Subject: [PATCH] Run static analysis on PHP 8.1 This will make it easier to add code that leverages features only defined since that version of PHP. --- .github/workflows/static-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 7556eac641b..089b69af27f 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: php-version: - - "8.0" + - "8.1" dbal-version: - "default" - "2.13" @@ -58,7 +58,7 @@ jobs: fail-fast: false matrix: php-version: - - "8.0" + - "8.1" dbal-version: - "default" - "2.13"