8000 Run tests on PHP 7.4 and simplify test matrix · SimonFrings/reactphp-shell@82b6a44 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 82b6a44

Browse files
committed
Run tests on PHP 7.4 and simplify test matrix
1 parent e811d77 commit 82b6a44

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.travis.yml

Lines changed: 8 additions & 10 deletions
< 8000 /tr>
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
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.0
9-
- 7.1
10-
- 7.2
11-
- 7.3
12-
133
# lock distro so future defaults will not break the build
144
dist: trusty
155

166
matrix:
177
include:
188
- php: 5.3
199
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
2018

2119
sudo: false
2220

0 commit comments

Comments
 (0)
0