Skip to content

Commit

Permalink
build(tests): Run a full update, as we don't pass a composer lock.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshPiper committed Jul 12, 2022
1 parent 7c2c977 commit 15ccabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
path: ${{ steps.composer-install.outputs.cache-dir }}
restore-keys: composer-${{ runner.os }}- composer--
- name: Install Dependencies & Update PHPUnit
run: composer update --no-ansi --with-dependencies phpunit/phpunit
run: composer update
- name: Check PHPUnit Version
id: phpunit-check
run: |
Expand Down

0 comments on commit 15ccabd

Please sign in to comment.