summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-11 16:33:47 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-11 16:33:47 +0000
commit37c4298ae23de8aa690baa59868bf37ce20ff1fd (patch)
tree5ae72d633976d38384f71952eb3e0521c8208ffa
parent6eaa9d91d855abf07f504fe36e222007fa8c4c68 (diff)
Revert "Troubleshoot PHPUnit setup for PHP 8.2 in PHP Code Quality workflow."
This reverts commit 6eaa9d91d855abf07f504fe36e222007fa8c4c68.
-rw-r--r--.github/workflows/php-code-quality.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/php-code-quality.yml b/.github/workflows/php-code-quality.yml
index d1aa69049..57836fd62 100644
--- a/.github/workflows/php-code-quality.yml
+++ b/.github/workflows/php-code-quality.yml
@@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v5
- name: Set up PHP ${{ matrix.php }}
- uses: shivammathur/setup-php@verbose
+ uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: none