Skip to content

Commit b2a4cff

Browse files
Sarthak JaiswalSarthak Jaiswal
authored andcommitted
Update composer dependency
1 parent b9706fd commit b2a4cff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php-test-plugins.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
run: npm run wp-env start
7474
- name: Composer Install
7575
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
7678
- name: Install PHPUnit
7779
run: composer require --dev phpunit/phpunit:${{ matrix.phpunit }}
7880
if: matrix.phpunit != ''

0 commit comments

Comments
 (0)