Skip to content

Commit

Permalink
Resolve dependencies with phpunit version installed by simple-phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed Jun 18, 2024
1 parent 5239940 commit 414d1b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
- name: Download dependencies
run: |
composer config minimum-stability ${{ matrix.minimum_stability }}
composer require --dev --no-update "phpunit/phpunit=9.6.*"
composer update --no-interaction --prefer-dist --optimize-autoloader
- name: Run tests
Expand Down

0 comments on commit 414d1b6

Please sign in to comment.