diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 16:31:52 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 16:31:52 +0000 |
| commit | 6eaa9d91d855abf07f504fe36e222007fa8c4c68 (patch) | |
| tree | 49717672ff2f3f463d44a184cba90d40ec147687 | |
| parent | cb2659b5d56814fbc12027f51bc937af3dae6a34 (diff) | |
Troubleshoot PHPUnit setup for PHP 8.2 in PHP Code Quality workflow.
| -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 57836fd62..d1aa69049 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@v2 + uses: shivammathur/setup-php@verbose with: php-version: ${{ matrix.php }} coverage: none |