Skip to content

Commit

Permalink
Increase PHP version in CI to 7.3 (#224)
Browse files Browse the repository at this point in the history
* Increase PHP version in CI to 7.3

* Revert removal of 7.2 job
  • Loading branch information
Jean85 authored and Nyholm committed Jun 28, 2019
1 parent 8d150d2 commit 088d305
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,26 @@ 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"

# 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:
Expand Down

0 comments on commit 088d305

Please sign in to comment.