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 936ce90 commit cb42611Copy full SHA for cb42611
.travis.yml
@@ -3,9 +3,6 @@ language: php
3
sudo: false
4
5
php:
6
- - 5.4
7
- - 5.5
8
- - 5.6
9
- hhvm
10
- 7.0
11
- 7.1
@@ -17,11 +14,15 @@ service:
17
14
matrix:
18
15
fast_finish: true
19
16
include:
20
- - php: 5.6
21
- env: SYMFONY_VERSION=2.8.*
22
23
- env: SYMFONY_VERSION=3.0.* COVERAGE=true
24
# test the latest release (including beta releases)
+ - php: 7.1
+ env: SYMFONY_VERSION=2.8.* COVERAGE=true
+ env: SYMFONY_VERSION=3.0.* COVERAGE=true
+ - php: 7.2
25
26
- php: 7.2
27
env: DEPENDENCIES=beta
28
allow_failures:
0 commit comments