We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 395eb2a + 1a3ec2c commit 07c406eCopy full SHA for 07c406e
.github/workflows/tests.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
5
jobs:
6
tests:
7
- 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 }}
8
runs-on: ubuntu-latest
9
10
strategy:
0 commit comments