Skip to content

Commit

Permalink
use composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Sep 28, 2021
1 parent cb8cf29 commit f875e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
key: composer-${{ hashFiles('composer.lock') }}

- name: Composer install
run: composer install --optimize-autoloader --prefer-dist
run: composer update --optimize-autoloader --prefer-dist

- name: Install WP Tests
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 ${{ matrix.wp }} true
Expand Down

0 comments on commit f875e9a

Please sign in to comment.