From 617c9a5bc30bdafec58ce2e975fad8f1ca6d22e0 Mon Sep 17 00:00:00 2001 From: Payton Swick Date: Sat, 30 Nov 2024 13:23:53 -0500 Subject: [PATCH] Run static-analysis Github action on PHP 8.1 --- .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.