From 4720571a88247cf66d59dc279c9998cea525aa27 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 6 Feb 2024 00:27:22 +0100 Subject: [PATCH] [TASK] Switch the static analysis CI jobs to PHP 8.3 This should improve CI performance a bit. --- .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 88ba1dc4..4552af5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: - fixer - stan php-version: - - '7.4' + - '8.3' steps: - name: Checkout