Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ matrix:
fast_finish: true
include:
# Minimum supported Symfony version and latest PHP version
- php: 7.3
- php: 7.4
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"

# Test the latest stable release
- php: 7.2
- php: 7.3
- php: 7.4
env: COVERAGE=true TEST_COMMAND="composer test-ci" DEPENDENCIES="php-http/vcr-plugin:^1.0@dev"

# Test LTS versions
Expand All @@ -51,7 +52,7 @@ matrix:
env: DEPENDENCIES="php-http/guzzle6-adapter:^2.0.1 php-http/curl-client:^2.0.0 php-http/vcr-plugin:^1.0@dev"

# Latest commit to master
- php: 7.3
- php: 7.4
env: STABILITY="dev" DEPENDENCIES="php-http/vcr-plugin:^1.0@dev"

allow_failures:
Expand Down