summaryrefslogtreecommitdiff
path: root/.github/workflows/php-code-quality.yml
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-04 22:20:50 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-04 22:20:50 +0000
commitc3f3eb8387be192a65d492305f02ad0ed1a9403e (patch)
tree3a6414ebb86b9fce961a3e97f6cc170dd2b8db9a /.github/workflows/php-code-quality.yml
parent3d8c54877f89075eda0d7e196362f21709689ad9 (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/php-code-quality.yml')
-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 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: