From dc484902ea81080dd8e37bd184c799f6dc11d0a9 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 26 Nov 2024 13:47:32 +0100 Subject: [PATCH] Use PHP 8.4 for static-analysis job --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6492d483f88..d68d6082b61 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.3 + php-version: 8.4 coverage: none - name: Install dependencies with Composer