We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bedcf71 commit ca6ad46Copy full SHA for ca6ad46
.travis.yml
@@ -5,19 +5,22 @@ env:
5
- PREFER_LOWEST=""
6
7
php:
8
- - 5.4
9
- - 5.5
10
- 5.6
11
- 7.0
12
- 7.1
13
- 7.2
+ - 7.3
+ - 7.4
14
- nightly
15
- - hhvm
16
17
matrix:
+ include:
18
+ - php: 5.4
19
+ dist: trusty
20
+ - php: 5.5
21
22
allow_failures:
23
- php: nightly
- - php: hhvm
24
fast_finish: true
25
26
before_script:
composer.json
@@ -19,6 +19,6 @@
"bin-dir": "bin"
},
"require-dev": {
- "phpunit/phpunit": "^4.8.35 || 5.* || 6.*"
+ "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
}
0 commit comments