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:
2
.github/workflows/php-code-quality.yml
vendored
2
.github/workflows/php-code-quality.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user