Skip to content

Upgrade to php8#1

Open
scharniauski wants to merge 93 commits intoonlinerby:masterfrom
alcaeus:1.x
Open

Upgrade to php8#1
scharniauski wants to merge 93 commits intoonlinerby:masterfrom
alcaeus:1.x

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:22
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
Co-authored-by: peter279k <peter279k@gmail.com>
* Remove obsolete configuration for PHPUnit

* Use expectErrorMessageMatches for compatibility with PHPUnit 9
Co-authored-by: al.tarasov <al.tarasov@corp.mail.ru>
* 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.