Skip to content

Commit

Permalink
Merge pull request #642 from alexislefebvre/chore-show-PHPUnit-versio…
Browse files Browse the repository at this point in the history
…n-in-job-name

chore: show PHPUnit version in job name
  • Loading branch information
alexislefebvre authored Jul 18, 2024
2 parents 395eb2a + 1a3ec2c commit 07c406e
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 07c406e

Please sign in to comment.