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 b9706fd commit b2a4cffCopy full SHA for b2a4cff
.github/workflows/php-test-plugins.yml
@@ -73,6 +73,8 @@ jobs:
73
run: npm run wp-env start
74
- name: Composer Install
75
run: npm run wp-env run tests-cli -- --env-cwd="wp-content/plugins/$(basename $(pwd))" composer install --no-interaction --no-progress
76
+ - name: Update Composer Dependencies
77
+ run: npm run wp-env run tests-cli -- --env-cwd="wp-content/plugins/$(basename $(pwd))" composer update --with-all-dependencies --no-interaction --no-progress
78
- name: Install PHPUnit
79
run: composer require --dev phpunit/phpunit:${{ matrix.phpunit }}
80
if: matrix.phpunit != ''
0 commit comments