File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939
4040 - name : " Downgrade PHPUnit"
4141 if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
42- run : " composer require --dev phpunit/phpunit:^7 .5.20 --no-update --update-with-dependencies"
42+ run : " composer require --dev phpunit/phpunit:^8 .5.31 --no-update --update-with-dependencies"
4343
4444 - name : " Install dependencies"
4545 run : " composer install --no-interaction --no-progress"
@@ -104,7 +104,7 @@ jobs:
104104
105105 - name : " Downgrade PHPUnit"
106106 if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
107- run : " composer require --dev phpunit/phpunit:^7 .5.20 --no-update --update-with-dependencies"
107+ run : " composer require --dev phpunit/phpunit:^8 .5.31 --no-update --update-with-dependencies"
108108
109109 - name : " Install lowest dependencies"
110110 if : ${{ matrix.dependencies == 'lowest' }}
@@ -145,7 +145,7 @@ jobs:
145145
146146 - name : " Downgrade PHPUnit"
147147 if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
148- run : " composer require --dev phpunit/phpunit:^7 .5.20 --no-update --update-with-dependencies"
148+ run : " composer require --dev phpunit/phpunit:^8 .5.31 --no-update --update-with-dependencies"
149149
150150 - name : " Install dependencies"
151151 run : " composer update --no-interaction --no-progress"
You can’t perform that action at this time.
0 commit comments