We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fe09c commit 41b0c39Copy full SHA for 41b0c39
.travis.yml
@@ -14,7 +14,6 @@ matrix:
14
fast_finish: true
15
include:
16
# Test the latest stable release
17
- - php: 7.1
18
- php: 7.2
19
- php: 7.3
20
env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"
@@ -31,7 +30,7 @@ matrix:
31
30
# Minimum supported dependencies with the latest and oldest PHP version
32
33
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
34
+ - php: 7.2
35
36
# Dev-master is allowed to fail.
37
- env: STABILITY="dev"
0 commit comments