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 861a2b1 commit 645f62bCopy full SHA for 645f62b
.github/workflows/php.yml
@@ -67,6 +67,10 @@ jobs:
67
run: "composer require drupal/core-recommended:${{ matrix.drupal }} --with-all-dependencies --dev --no-update"
68
- name: "Install dependencies"
69
uses: "ramsey/composer-install@v3"
70
+ - name: "Migrate PHPUnit configuration across PHPUnit major versions"
71
+ run: |
72
+ php vendor/bin/phpunit --migrate-configuration || true
73
+ [ -f "phpunit.xml.bak" ] && diff -u phpunit.xml phpunit.xml.bak || true
74
- name: "PHPUnit"
75
run: "php vendor/bin/phpunit"
76
0 commit comments