Skip to content

Commit 07c406e

Browse files
Merge pull request #642 from alexislefebvre/chore-show-PHPUnit-version-in-job-name
chore: show PHPUnit version in job name
2 parents 395eb2a + 1a3ec2c commit 07c406e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

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

1010
strategy:

0 commit comments

Comments
 (0)