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

Skip to content

Commit 03907ca

Browse files
committed
Run tests on PHP 7.4 and simplify test matrix
1 parent 426e
8000
9df commit 03907ca

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
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-
- hhvm # ignore errors, see below
13-
143
# lock distro so new future defaults will not break the build
154
dist: trusty
165

176
matrix:
187
include:
198
- php: 5.3
209
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
19+
install:
20+
- composer require phpunit/phpunit:^5 --dev --no-interaction # requires legacy phpunit
2121
allow_failures:
22-
- php: hhvm
22+
- php: hhvm-3.18
2323

2424
services:
2525
- redis-server

0 commit comments

Comments
 (0)
0