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 56b584c commit 0eec401Copy full SHA for 0eec401
.travis.yml
@@ -12,6 +12,7 @@ env:
12
- TEST_COMMAND="composer test"
13
- SYMFONY_PHPUNIT_VERSION="6.5"
14
- SYMFONY_PHPUNIT_DIR="$HOME/symfony-bridge/.phpunit"
15
+ - SYMFONY_DEPRECATIONS_HELPER="weak"
16
17
branches:
18
except:
@@ -22,7 +23,7 @@ matrix:
22
23
include:
24
# Minimum supported Symfony version and latest PHP version
25
- php: 7.3
- env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
26
+ env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
27
28
# Test the latest stable release
29
- php: 7.1
0 commit comments