mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 14:01:53 +00:00
Use V8 6.4 to exec tests, as 6.3 fails on timezones.phpt
... and both 6.4 and 6.5 don't show that particular error
This commit is contained in:
parent
ddfb9ec012
commit
457dacf7ed
@ -7,15 +7,15 @@ services:
|
|||||||
env:
|
env:
|
||||||
- V8VER=6.5
|
- V8VER=6.5
|
||||||
PHPVER=7.0
|
PHPVER=7.0
|
||||||
- V8VER=6.3
|
- V8VER=6.4
|
||||||
PHPVER=7.0
|
PHPVER=7.0
|
||||||
- V8VER=6.5
|
- V8VER=6.5
|
||||||
PHPVER=7.1
|
PHPVER=7.1
|
||||||
- V8VER=6.3
|
- V8VER=6.4
|
||||||
PHPVER=7.1
|
PHPVER=7.1
|
||||||
- V8VER=6.5
|
- V8VER=6.5
|
||||||
PHPVER=7.2
|
PHPVER=7.2
|
||||||
- V8VER=6.3
|
- V8VER=6.4
|
||||||
PHPVER=7.2
|
PHPVER=7.2
|
||||||
|
|
||||||
script: make -f Makefile.travis test
|
script: make -f Makefile.travis test
|
||||||
|
Loading…
Reference in New Issue
Block a user