Revert PHPUnit job name change from 3d8c54877f.

GitHub doesn't handle long-ish names well in the UI, so just go with the default behavior.
This commit is contained in:
supahgreg
2025-10-04 22:20:50 +00:00
parent 3d8c54877f
commit c3f3eb8387

View File

@@ -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: