You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http://jira.mongodb.org/browse/PHPLIB-460
With these changes, we're preparing the build file to do more than just running tests. To make feedback more immediate and to save resources, the build now runs a smoke screen testing step before running the full build pipeline. This should catch simple errors and will also do static analysis before running all tests. Once smoke screen testing has completed, the full build pipeline will be executed.
This PR also adds testing against PHP 7.4 with the build currently failing due to a deprecation:
```
Function ReflectionType::__toString() is deprecated
/home/travis/build/alcaeus/mongo-php-library/tests/Operation/ExplainTest.php:17
```
This will be fixed at a later step once I've figured out what's causing this.
0 commit comments