Skip to content

Commit

Permalink
chore: show PHPUnit version in job name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre authored Jul 18, 2024
1 parent 395eb2a commit 1a3ec2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
tests:
name: Symfony ${{ matrix.symfony-version }} on PHP ${{ matrix.php-version }} flags ${{ matrix.composer-flags }}
name: Symfony ${{ matrix.symfony-version }} on PHP ${{ matrix.php-version }} and PHPUnit ${{ matrix.phpunit-version }} flags ${{ matrix.composer-flags }}
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 1a3ec2c

Please sign in to comment.