Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to php8 #1

Open
wants to merge 92 commits into
base: master
Choose a base branch
from
Open

Upgrade to php8 #1

wants to merge 92 commits into from

Conversation

scharniauski
Copy link

No description provided.

alcaeus and others added 30 commits December 23, 2017 12:11
Switch to build stages in travis config
Run phpcs in travis-ci and fix checkstyles
We don't support ext-mongodb for HHVM any more, so remove its reference.
…out-ack

Fix write batch execution broken with w=0
Also bumps the minimum PHPUnit dependency to the latest 5.7 version for compatibility reasons
Allow mongodb+srv:// protocol
Test against 1.3 version of mongodb driver
…g-attribute

Remove unsupported phpunit config attribute
Allow "0" to be used as a key
alcaeus and others added 30 commits November 11, 2019 16:19
Fix typo in package description
Looking at the legacy driver, this has always returned 1 since the method was refactored waaay back in 2012. It's safe to say that we don't need to rely on a field from the isMaster response.
Always return 1 for health in MongoClient::getHosts
Use PHPUnit bridge to test on multiple PHP versions
Fix wrong handling of timezones when converting UTCDateTime
* 1.1.x:
  Fix wrong handling of timezones when converting UTCDateTime
* Allow installing ext-mongodb from source

* Test on PHP 8

* Get tests to run on PHP 8

* Fix wrong serialisation of MongoCode objects to BSON types
* Allow configuring MongoDB URI in tests

* Move CI pipeline to GitHub Actions

* Require stable phpunit-bridge version

* Remove travis configuration

* Remove scrutinizer configuration
* Remove obsolete configuration for PHPUnit

* Use expectErrorMessageMatches for compatibility with PHPUnit 9
* Run tests on PHP 8.1

* Add ReturnTypeWillChange attributes where necessary

* Remove invalid use of parse_url result

* Drop ubuntu-16.04 in GitHub Actions

* Use lower driver versions on PHP < 7.2
* Run workflows every Sunday

* Remove failing seed list test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.