File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 7070 if : matrix.php-version == '7.2'
7171 run : " composer require --dev phpunit/phpunit:^8.5.31 brianium/paratest:^4.0 composer/semver:^1.2 --update-with-dependencies --ignore-platform-reqs"
7272
73+ - name : " Update PHPUnit"
74+ if : matrix.php-version != '7.2' && matrix.php-version != '7.3'
75+ run : " composer update phpunit/phpunit -W"
76+
7377 - name : " PHPStan"
7478 run : " make phpstan"
7579
@@ -103,6 +107,9 @@ jobs:
103107 - name : " Install dependencies"
104108 run : " composer install --no-interaction --no-progress"
105109
110+ - name : " Update PHPUnit"
111+ run : " composer update phpunit/phpunit -W"
112+
106113 - name : " Cache Result cache"
107114 uses : actions/cache@v4
108115 with :
Original file line number Diff line number Diff line change 6666 shell : bash
6767 run : " vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
6868
69+ - name : " Update PHPUnit"
70+ if : matrix.php-version != '7.3'
71+ run : " composer update phpunit/phpunit -W"
72+
6973 - name : " Tests"
7074 run : " make tests"
7175
You can’t perform that action at this time.
0 commit comments