We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6a82a commit 108d92dCopy full SHA for 108d92d
.github/workflows/ci.yml
@@ -314,6 +314,9 @@ jobs:
314
composer global config allow-plugins.soyuka/pmu true --no-interaction
315
composer global link . --permanent
316
composer ${{matrix.component}} update
317
+ - name: Patch phpunit
318
+ if: matrix.php.deprecations == true
319
+ run: git apply --directory vendor/phpunit/phpunit .github/patches/phpunit.patch
320
- name: Run ${{ matrix.component }} tests
321
run: |
322
mkdir -p /tmp/build/logs/phpunit
0 commit comments