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 70
70
if : matrix.php-version == '7.2'
71
71
run : " composer require --dev phpunit/phpunit:^8.5.31 brianium/paratest:^4.0 composer/semver:^1.2 --update-with-dependencies --ignore-platform-reqs"
72
72
73
+ - name : " Update PHPUnit"
74
+ if : matrix.php-version != '7.2' && matrix.php-version != '7.3'
75
+ run : " composer update phpunit/phpunit -W"
76
+
73
77
- name : " PHPStan"
74
78
run : " make phpstan"
75
79
@@ -103,6 +107,9 @@ jobs:
103
107
- name : " Install dependencies"
104
108
run : " composer install --no-interaction --no-progress"
105
109
110
+ - name : " Update PHPUnit"
111
+ run : " composer update phpunit/phpunit -W"
112
+
106
113
- name : " Cache Result cache"
107
114
uses : actions/cache@v4
108
115
with :
Original file line number Diff line number Diff line change 66
66
shell : bash
67
67
run : " vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
68
68
69
+ - name : " Update PHPUnit"
70
+ if : matrix.php-version != '7.3'
71
+ run : " composer update phpunit/phpunit -W"
72
+
69
73
- name : " Tests"
70
74
run : " make tests"
71
75
You can’t perform that action at this time.
0 commit comments