Skip to content

Commit 6bb8c71

Browse files
committed
Downgrade PHPUnit
1 parent 3548cf5 commit 6bb8c71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: "Downgrade PHPUnit"
7272
if: matrix.php-version == '7.1' || matrix.php-version == '7.2'
73-
run: "composer require --dev phpunit/phpunit:^7.5.20 brianium/paratest:^4.0 --update-with-dependencies"
73+
run: "composer require --dev phpunit/phpunit:^7.5.20 brianium/paratest:^4.0 --update-with-dependencies --ignore-platform-reqs"
7474

7575
- name: "PHPStan"
7676
run: ${{ matrix.script }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
ini-values: memory_limit=640M
127127

128128
- name: "Downgrade PHPUnit"
129-
run: "composer require --dev phpunit/phpunit:^7.5.20 brianium/paratest:^4.0 --update-with-dependencies"
129+
run: "composer require --dev phpunit/phpunit:^7.5.20 brianium/paratest:^4.0 --update-with-dependencies --ignore-platform-reqs"
130130

131131
- name: "Tests"
132132
run: "${{ matrix.script }}"

0 commit comments

Comments
 (0)