Skip to content

Commit 05d3e01

Browse files
authored
Resolve dependencies with phpunit version installed by simple-phpunit (#1730)
1 parent b1e1dfa commit 05d3e01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ jobs:
168168
- name: Download dependencies
169169
run: |
170170
composer config minimum-stability ${{ matrix.minimum_stability }}
171+
composer require --dev --no-update "phpunit/phpunit=9.6.*"
171172
composer update --no-interaction --prefer-dist --optimize-autoloader
172173
173174
- name: Run tests

0 commit comments

Comments
 (0)