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 49f2e81 commit 05d32f0Copy full SHA for 05d32f0
.travis.yml
@@ -39,17 +39,18 @@ matrix:
39
40
- php: 7.1
41
- php: 7.2
42
+ - php: 7.3
43
env:
44
- PHPUNIT_FLAGS="-v --coverage-clover=coverage.clover"
45
- COVERAGE=true
46
- DOCCHECK=true
47
48
# Test LTS versions. Read more at https://github.com/symfony/lts
- - php: 7.2
49
50
env: DEPENDENCIES="symfony/lts:^3"
51
52
# Latest commit to master
53
54
env: STABILITY="dev"
55
56
allow_failures:
0 commit comments