From 8d402fc981231762b5025f6a01efac4577d0edf2 Mon Sep 17 00:00:00 2001 From: Payton Swick Date: Sat, 30 Nov 2024 13:32:05 -0500 Subject: [PATCH] Run static-analysis Github action on PHP 8.1 (#338) --- .github/workflows/csqa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/csqa.yml b/.github/workflows/csqa.yml index 4ee172a..79bce8f 100644 --- a/.github/workflows/csqa.yml +++ b/.github/workflows/csqa.yml @@ -91,7 +91,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: 'latest' + php-version: "8.1" coverage: none # Install dependencies and handle caching in one go.