File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 79
79
key : ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
80
80
restore-keys : ${{ runner.os }}-${{ matrix.php }}-composer-
81
81
82
+ - name : Install PHPUnit 9 for Symfony 4.4, 5.4 and 6.0
83
+ if : " matrix.symfony == '4.4.*' || matrix.symfony == '5.4.*' || matrix.symfony == '6.0.*'"
84
+ run : composer require --dev --no-update "phpunit/phpunit=^9.0"
85
+
82
86
- name : Install dependencies
83
87
run : |
84
88
composer require symfony/finder=${{ matrix.symfony }} --no-update
97
101
run : composer validate
98
102
working-directory : framework-tests
99
103
100
- - name : Install PHPUnit 10 for Symfony 6.1 and 6.2
104
+ - name : Install PHPUnit 10 in framework-tests for Symfony 6.1 and 6.2
101
105
if : " matrix.symfony == '6.1.*' || matrix.symfony == '6.2.*'"
102
106
run : composer require --dev --no-update "phpunit/phpunit=^10.0"
103
107
working-directory : framework-tests
You can’t perform that action at this time.
0 commit comments