diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-04 22:20:50 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-04 22:20:50 +0000 |
| commit | c3f3eb8387be192a65d492305f02ad0ed1a9403e (patch) | |
| tree | 3a6414ebb86b9fce961a3e97f6cc170dd2b8db9a /.github/workflows | |
| parent | 3d8c54877f89075eda0d7e196362f21709689ad9 (diff) | |
Revert PHPUnit job name change from 3d8c54877f89075eda0d7e196362f21709689ad9.
GitHub doesn't handle long-ish names well in the UI, so just go with the default behavior.
Diffstat (limited to '.github/workflows')
| -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 8a75f931d..9f599eed5 100644 --- a/.github/workflows/php-code-quality.yml +++ b/.github/workflows/php-code-quality.yml @@ -42,7 +42,7 @@ jobs: run: vendor/bin/phpstan analyze --no-progress phpunit: - name: "PHPUnit (PHP: ${{ matrix.php }}, experimental: ${{ matrix.experimental }})" + name: PHPUnit runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} strategy: |