From 1a3ec2c1c43eacb6f383d1318cfda425896fb0e9 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Thu, 18 Jul 2024 16:19:55 +0200 Subject: [PATCH] chore: show PHPUnit version in job name --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2cc0795c..7aedf8e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: