Skip to content

Commit 9b3145c

Browse files
authored
Update .travis.yml
1 parent e07fa46 commit 9b3145c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ matrix:
1010
# Test the latest dependencies
1111
- php: 7.1
1212
- php: 7.2
13+
- php: 7.3
1314

1415
# Test with the lowest dependencies
1516
- php: 7.2
@@ -20,7 +21,6 @@ before_script:
2021
- phpenv config-rm xdebug.ini
2122
- pecl install -f mongodb-stable
2223
# Until doctrine/mongo switches to mongodb driver
23-
- composer config "platform.ext-mongo" "1.6.16"
2424
- composer self-update
2525
# To be removed when this issue is resolved: https://github.com/composer/composer/issues/5355
2626
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi

0 commit comments

Comments
 (0)