We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395eb2a commit 1a3ec2cCopy full SHA for 1a3ec2c
.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