Skip to content

Commit 2df5f87

Browse files
committed
Fix patching issue on Windows
1 parent 1017dc7 commit 2df5f87

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
- name: "Paratest patch"
9494
if: matrix.php-version == '7.2'
9595
run: composer config extra.patches.brianium/paratest --json --merge '["patches/paratest.patch"]'
96+
shell: bash
9697

9798
- name: "Downgrade PHPUnit"
9899
if: matrix.php-version == '7.2'

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ jobs:
220220

221221
- name: "Paratest patch"
222222
run: composer config extra.patches.brianium/paratest --json --merge '["patches/paratest.patch"]'
223+
shell: bash
223224

224225
- name: "Downgrade PHPUnit"
225226
run: "composer require --dev phpunit/phpunit:^8.5.31 brianium/paratest:^4.0 --update-with-dependencies --ignore-platform-reqs"

0 commit comments

Comments
 (0)