diff --git a/.travis.yml b/.travis.yml index 0625be7..dbbefa5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ matrix: fast_finish: true include: # Minimum supported dependencies with the latest and oldest PHP version - - php: 7.2 + - php: 7.3 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors" - php: 7.1 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors" @@ -23,17 +23,18 @@ matrix: # Test the latest stable release - php: 7.1 - php: 7.2 + - php: 7.3 env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text" # Test LTS versions. This makes sure we do not use Symfony packages with version greater # than 2 or 3 respectively. Read more at https://github.com/symfony/lts - - php: 7.2 + - php: 7.3 env: DEPENDENCIES="dunglas/symfony-lock:^3" - - php: 7.2 + - php: 7.3 env: DEPENDENCIES="dunglas/symfony-lock:^4" # Latest commit to master - - php: 7.2 + - php: 7.3 env: STABILITY="dev" allow_failures: