Skip to content

Commit c1ea5b9

Browse files
committed
Update tests.yml
1 parent 3e55f52 commit c1ea5b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
mutation-testing:
202202
name: "Mutation Testing"
203203
runs-on: "ubuntu-latest"
204-
needs: ["tests"]
204+
#needs: ["tests"]
205205
if: github.event_name == 'pull_request'
206206

207207
strategy:
@@ -238,7 +238,7 @@ jobs:
238238
shell: bash
239239
run: |
240240
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
241+
composer require --dev phpunit/phpunit:^12 sebastian/diff --update-with-dependencies --ignore-platform-reqs
242242
243243
- uses: "ramsey/composer-install@v3"
244244
with:

0 commit comments

Comments
 (0)