Skip to content

Commit

Permalink
Omit phpunit update
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Apr 5, 2024
1 parent ad55592 commit 6b1191c
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 @@ -153,7 +153,7 @@ jobs:
if: matrix.dependencies == 'locked'
run: |
composer install --no-ansi --no-interaction --no-progress
composer update --no-ansi --no-interaction --no-progress phpunit/phpunit --with-all-dependencies
# composer update --no-ansi --no-interaction --no-progress phpunit/phpunit --with-all-dependencies

- name: Install lowest dependencies with composer
if: matrix.dependencies == 'lowest'
Expand Down

0 comments on commit 6b1191c

Please sign in to comment.