We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1017dc7 commit 2df5f87Copy full SHA for 2df5f87
.github/workflows/static-analysis.yml
@@ -93,6 +93,7 @@ jobs:
93
- name: "Paratest patch"
94
if: matrix.php-version == '7.2'
95
run: composer config extra.patches.brianium/paratest --json --merge '["patches/paratest.patch"]'
96
+ shell: bash
97
98
- name: "Downgrade PHPUnit"
99
.github/workflows/tests.yml
@@ -220,6 +220,7 @@ jobs:
220
221
222
223
224
225
226
run: "composer require --dev phpunit/phpunit:^8.5.31 brianium/paratest:^4.0 --update-with-dependencies --ignore-platform-reqs"
0 commit comments