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 6bd6dd0 commit 1f64694Copy full SHA for 1f64694
.travis.yml
@@ -15,20 +15,20 @@ matrix:
15
include:
16
# Test the latest stable release
17
- php: 7.2
18
- - php: 7.4
+ - php: 8.0
19
env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"
20
21
# Test LTS versions.
22
23
env: DEPENDENCIES="symfony/lts:^4"
24
25
# Latest commit to master
26
27
env: STABILITY="dev"
28
29
allow_failures:
30
# Minimum supported dependencies with the latest and oldest PHP version
31
32
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
33
34
0 commit comments