We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa1f7c commit 8a4d2aaCopy full SHA for 8a4d2aa
1 file changed
.github/workflows/tests-mongodb.yml
@@ -54,6 +54,7 @@ jobs:
54
55
- name: Install dependencies
56
run: |
57
+ composer remove alcaeus/mongo-php-adapter --no-update --dev
58
composer install --prefer-dist
59
composer require --dev phpunit/phpunit:^$PHPUNIT_VERSION
60
0 commit comments