Skip to content

Commit de83ac0

Browse files
committed
Run tests on PHP 7.4 and simplify test matrix
1 parent 02e6cf8 commit de83ac0

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.travis.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
language: php
22

3-
php:
4-
# - 5.3 # requires old distro, see below
5-
- 5.4
6-
- 5.5
7-
- 5.6
8-
- 7
9-
- hhvm # ignore errors, see below
10-
113
# lock distro so new future defaults will not break the build
124
dist: trusty
135

146
matrix:
157
include:
168
- php: 5.3
179
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
1819
allow_failures:
19-
- php: hhvm
20+
- php: hhvm-3.18
2021

2122
sudo: false
2223

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ringcentral/psr7": "^1.2"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^5.0 || ^4.8",
26+
"phpunit/phpunit": "^7.0 || ^5.0 || ^4.8",
2727
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
2828
"clue/block-react": "^1.1"
2929
}

0 commit comments

Comments
 (0)