Skip to content

Commit ca6ad46

Browse files
authored
TravisCI tests up to PHP 7.4 (#74)
* Update .travis.yml * Update composer.json * Update .travis.yml
1 parent bedcf71 commit ca6ad46

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.travis.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,22 @@ env:
55
- PREFER_LOWEST=""
66

77
php:
8-
- 5.4
9-
- 5.5
108
- 5.6
119
- 7.0
1210
- 7.1
1311
- 7.2
12+
- 7.3
13+
- 7.4
1414
- nightly
15-
- hhvm
1615

1716
matrix:
17+
include:
18+
- php: 5.4
19+
dist: trusty
20+
- php: 5.5
21+
dist: trusty
1822
allow_failures:
1923
- php: nightly
20-
- php: hhvm
2124
fast_finish: true
2225

2326
before_script:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"bin-dir": "bin"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^4.8.35 || 5.* || 6.*"
22+
"phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
2323
}
2424
}

0 commit comments

Comments
 (0)