Skip to content

Commit 5212318

Browse files
committed
Add tests for PHP 7.2 and 7.3
Allow those to fail, as we expect them to until we upgrade PHPUnit to one compatible with 7.2+. Also allow HHVM to fail, because we're going to be deprecating it soon anyway. Closes chrisboulton/php-resque#358
1 parent 021cbe4 commit 5212318

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
language: php
22
php:
3-
- 5.6
4-
- 7.0
5-
- 7.1
3+
- '7.3'
4+
- '7.2'
5+
- '7.1'
6+
- '7.0'
7+
- '5.6'
68
- hhvm
79
matrix:
810
exclude:
911
- php: hhvm
1012
env: ENABLE_REDIS_EXT=1
13+
allow_failures:
14+
- php: '7.3'
15+
- php: '7.2'
16+
- php: hhvm
1117
env:
1218
- ENABLE_REDIS_EXT=0
1319
- ENABLE_REDIS_EXT=1

0 commit comments

Comments
 (0)