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 027dff7 commit 010fb44Copy full SHA for 010fb44
.travis.yml
@@ -21,8 +21,8 @@ branches:
21
matrix:
22
fast_finish: true
23
include:
24
- # Minimum supported Symfony version and latest PHP version
25
- - php: 7.4
+ # Minimum supported Symfony version and lowest PHP version
+ - php: 7.2
26
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
27
28
# Test the latest stable release
0 commit comments