We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ab9d71 + a33352a commit 81ae86dCopy full SHA for 81ae86d
.travis.yml
@@ -14,15 +14,16 @@ matrix:
14
fast_finish: true
15
include:
16
# Minimum supported dependencies with the latest and oldest PHP version
17
- - php: 7.2
+ - php: 7.3
18
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
19
20
- php: 7.1
21
- php: 7.2
22
23
env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"
24
25
# Latest commit to master
26
27
env: STABILITY="dev"
28
29
allow_failures:
0 commit comments