Skip to content

Commit

Permalink
Remove alcaeus/mongo-php-adapter for php 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 20, 2025
1 parent e5c8f07 commit f62c743
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:

- name: Install dependencies
run: |
composer install --prefer-dist --no-dev
composer require --update-no-dev phpunit/phpunit:^$PHPUNIT_VERSION
composer remove alcaeus/mongo-php-adapter --no-update --dev
composer install --prefer-dist
composer require --dev phpunit/phpunit:^$PHPUNIT_VERSION
- name: Install extensions
run: ./install-extensions.sh
Expand Down

0 comments on commit f62c743

Please sign in to comment.