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 3e55f52 commit c1ea5b9Copy full SHA for c1ea5b9
.github/workflows/tests.yml
@@ -201,7 +201,7 @@ jobs:
201
mutation-testing:
202
name: "Mutation Testing"
203
runs-on: "ubuntu-latest"
204
- needs: ["tests"]
+ #needs: ["tests"]
205
if: github.event_name == 'pull_request'
206
207
strategy:
@@ -238,7 +238,7 @@ jobs:
238
shell: bash
239
run: |
240
composer require --dev phpunit/phpunit:^12 brianium/paratest --update-with-dependencies --ignore-platform-reqs --working-dir=tests
241
- composer require --dev phpunit/phpunit:^12 --update-with-dependencies --ignore-platform-reqs
+ composer require --dev phpunit/phpunit:^12 sebastian/diff --update-with-dependencies --ignore-platform-reqs
242
243
- uses: "ramsey/composer-install@v3"
244
with:
0 commit comments