Skip to content

Commit

Permalink
Update deps installations
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus committed Jul 21, 2024
1 parent c149449 commit cb3b8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:

- name: Install dependencies
run: |
composer remove syntatis/coding-standard rector/rector --dev
composer require "wp-phpunit/wp-phpunit:${{ matrix.wp }}" "roots/wordpress:${{ matrix.wp }}" --no-interaction --no-update --dev
composer remove syntatis/coding-standard rector/rector --dev
composer install --prefer-dist
- name: Run test
Expand Down

0 comments on commit cb3b8fe

Please sign in to comment.