1313 - SYMFONY_PHPUNIT_VERSION="8"
1414 - SYMFONY_PHPUNIT_DIR="$HOME/symfony-bridge/.phpunit"
1515 - SYMFONY_DEPRECATIONS_HELPER="max[self]=0"
16+ - DEPENDENCIES="php-http/guzzle7-adapter"
1617
1718branches :
1819 except :
@@ -22,14 +23,14 @@ matrix:
2223 fast_finish : true
2324 include :
2425 # Minimum supported Symfony version and lowest PHP version
25- - php : 7.2
26- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
26+ - php : 7.3
27+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak" DEPENDENCIES="php-http/guzzle6-adapter"
2728
2829 # Test the latest stable release
29- - php : 7.2
3030 - php : 7.3
31- env : COVERAGE=true TEST_COMMAND="composer test-ci" DEPENDENCIES="php-http/vcr-plugin:^1.0@dev"
31+ env : COVERAGE=true TEST_COMMAND="composer test-ci" DEPENDENCIES="php-http/guzzle7-adapter php-http/ vcr-plugin:^1.0@dev"
3232 - php : 7.4
33+ - php : 8.0
3334
3435 # Test LTS versions
3536 - php : 7.3
@@ -39,21 +40,23 @@ matrix:
3940 - php : 7.3
4041 env : SYMFONY_REQUIRE=4.3.*
4142 - php : 7.3
42- env : SYMFONY_REQUIRE=4.4.* DEPENDENCIES="symfony/http-client:^4.4"
43+ env : SYMFONY_REQUIRE=4.4.* DEPENDENCIES="php-http/guzzle7-adapter symfony/http-client:^4.4"
4344 - php : 7.3
44- env : SYMFONY_REQUIRE=5.0.* DEPENDENCIES="symfony/http-client:^5.0"
45+ env : SYMFONY_REQUIRE=5.0.* DEPENDENCIES="php-http/guzzle7-adapter symfony/http-client:^5.0"
4546
4647 # Test with httplug 1.x clients
47- - php : 7.2
48+ - php : 7.3
4849 env : DEPENDENCIES="php-http/buzz-adapter:^1.0 php-http/guzzle6-adapter:^1.1.1 php-http/react-adapter:^0.2.1 php-http/socket-client:^1.0"
4950
5051 # Test with httplug 2.x clients
51- - php : 7.2
52- env : DEPENDENCIES="php-http/guzzle6 -adapter:^2.0.1 php-http/curl-client:^2.0.0 php-http/vcr-plugin:^1.0@dev"
52+ - php : 7.3
53+ env : DEPENDENCIES="php-http/guzzle7 -adapter php-http/curl-client:^2.0.0 php-http/vcr-plugin:^1.0@dev"
5354
5455 # Latest commit to master
5556 - php : 7.4
56- env : STABILITY="dev" DEPENDENCIES="php-http/vcr-plugin:^1.0@dev"
57+ env : STABILITY="dev" DEPENDENCIES="php-http/guzzle7-adapter php-http/vcr-plugin:^1.0@dev"
58+ - php : 8.0
59+ env : STABILITY="dev"
5760
5861 allow_failures :
5962 # dev stability is allowed to fail.
@@ -67,7 +70,6 @@ before_install:
6770
6871install :
6972 # To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
70- - if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
7173 - COMPOSER_MEMORY_LIMIT=-1 composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
7274 - vendor/bin/simple-phpunit install
7375
0 commit comments