We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07fa46 commit 9b3145cCopy full SHA for 9b3145c
.travis.yml
@@ -10,6 +10,7 @@ matrix:
10
# Test the latest dependencies
11
- php: 7.1
12
- php: 7.2
13
+ - php: 7.3
14
15
# Test with the lowest dependencies
16
@@ -20,7 +21,6 @@ before_script:
20
21
- phpenv config-rm xdebug.ini
22
- pecl install -f mongodb-stable
23
# Until doctrine/mongo switches to mongodb driver
- - composer config "platform.ext-mongo" "1.6.16"
24
- composer self-update
25
# To be removed when this issue is resolved: https://github.com/composer/composer/issues/5355
26
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
0 commit comments