Skip to content

Commit 108d92d

Browse files
authored
ci: patch phpunit deprecations (#7092)
1 parent 1e6a82a commit 108d92d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,9 @@ jobs:
314314
composer global config allow-plugins.soyuka/pmu true --no-interaction
315315
composer global link . --permanent
316316
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
317320
- name: Run ${{ matrix.component }} tests
318321
run: |
319322
mkdir -p /tmp/build/logs/phpunit

0 commit comments

Comments
 (0)