diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 16:33:47 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 16:33:47 +0000 |
| commit | 37c4298ae23de8aa690baa59868bf37ce20ff1fd (patch) | |
| tree | 5ae72d633976d38384f71952eb3e0521c8208ffa /.github | |
| parent | 6eaa9d91d855abf07f504fe36e222007fa8c4c68 (diff) | |
Revert "Troubleshoot PHPUnit setup for PHP 8.2 in PHP Code Quality workflow."
This reverts commit 6eaa9d91d855abf07f504fe36e222007fa8c4c68.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/php-code-quality.yml | 2 |
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 |