File tree 2 files changed +1
-13
lines changed
2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 33
33
coverage : " none"
34
34
php-version : " ${{ matrix.php-version }}"
35
35
36
- - name : " Downgrade PHPUnit"
37
- if : matrix.php-version == '7.2'
38
- run : " composer require --dev phpunit/phpunit:^8.5.29 --no-update --update-with-dependencies"
39
-
40
36
- name : " Validate Composer"
41
37
run : " composer validate"
42
38
@@ -101,10 +97,6 @@ jobs:
101
97
coverage : " none"
102
98
php-version : " ${{ matrix.php-version }}"
103
99
104
- - name : " Downgrade PHPUnit"
105
- if : matrix.php-version == '7.2'
106
- run : " composer require --dev phpunit/phpunit:^8.5.29 --no-update --update-with-dependencies"
107
-
108
100
- name : " Install lowest dependencies"
109
101
if : ${{ matrix.dependencies == 'lowest' }}
110
102
run : " composer update --prefer-lowest --no-interaction --no-progress"
@@ -146,10 +138,6 @@ jobs:
146
138
extensions : mbstring
147
139
tools : composer:v2
148
140
149
- - name : " Downgrade PHPUnit"
150
- if : matrix.php-version == '7.2'
151
- run : " composer require --dev phpunit/phpunit:^8.5.29 --no-update --update-with-dependencies"
152
-
153
141
- name : " Install lowest dependencies"
154
142
if : ${{ matrix.dependencies == 'lowest' }}
155
143
run : " composer update --prefer-lowest --no-interaction --no-progress"
Original file line number Diff line number Diff line change 25
25
"php-parallel-lint/php-parallel-lint" : " ^1.2" ,
26
26
"phpstan/phpstan-phpunit" : " ^1.0" ,
27
27
"phpstan/phpstan-strict-rules" : " ^1.0" ,
28
- "phpunit/phpunit" : " ^9.5" ,
28
+ "phpunit/phpunit" : " ^8.5.29 || ^ 9.5" ,
29
29
"psr/container" : " 1.0 || 1.1.1" ,
30
30
"symfony/config" : " ^5.4 || ^6.1" ,
31
31
"symfony/console" : " ^5.4 || ^6.1" ,
You can’t perform that action at this time.
0 commit comments