Skip to content

Commit

Permalink
ci: Fix job title (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 3, 2023
1 parent bcbde2c commit 8a47dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: php-cs-fixer fix --dry-run --diff --ansi

phpunit:
name: PHPUnit (PHP ${{ matrix.php }}) ${{ matrix.variant }}
name: PHPUnit (PHP ${{ matrix.php }}) Symfony ${{ matrix.symfony }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 8a47dfb

Please sign in to comment.