Skip to content

Commit ebb6baa

Browse files
committed
Run tests on PHP 7.4 and simplify test matrix
1 parent 96ada04 commit ebb6baa

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
language: php
2-
php:
3-
# - 5.3 # requires old distro, see below
4-
- 5.4
5-
- 5.5
6-
- 5.6
7-
- 7.0
8-
- 7.1
9-
- 7.2
10-
- hhvm # ignore errors, see below
112

123
# lock distro so future defaults will not break the build
134
dist: trusty
@@ -16,8 +7,17 @@ matrix:
167
include:
178
- php: 5.3
189
dist: precise
10+
- php: 5.4
11+
- php: 5.5
12+
- php: 5.6
13+
- php: 7.0
14+
- php: 7.1
15+
- php: 7.2
16+
- php: 7.3
17+
- php: 7.4
18+
- php: hhvm-3.18
1919
allow_failures:
20-
- php: hhvm
20+
- php: hhvm-3.18
2121

2222
sudo: false
2323

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"react/promise": "^2.0 || ^1.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^6.0 || ^5.7 || ^4.8.35"
23+
"phpunit/phpunit": "^7.0 ||^6.0 || ^5.7 || ^4.8.35"
2424
}
2525
}

0 commit comments

Comments
 (0)