From f27ccd9ae5b5cd4ac4b20056ac7ca1e0eeb76a85 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 2 Jan 2024 23:23:49 +0100 Subject: [PATCH] [TASK] Bump the code quality CI jobs to PHP 8.3 (#1098) --- .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 7083982..5035d67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: - "yaml:lint" - "xliff:lint" php-version: - - "8.1" + - "8.3" code-quality-frontend: name: "Code quality frontend checks" runs-on: ubuntu-22.04