This repository was archived by the owner on Mar 29, 2024. It is now read-only.
File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
dependencies :
3
3
before :
4
4
- sudo apt-get install -y software-properties-common
5
- - sudo add-apt-repository ppa:pinepain/libv8-6.3
5
+ - sudo add-apt-repository ppa:pinepain/libv8-6.4
6
6
- sudo apt-get update
7
- - sudo apt-get install -y libv8-6.3 libv8-6.3 -dev libv8-6.3 -dbg
7
+ - sudo apt-get install -y libv8-6.4 libv8-6.4 -dev libv8-6.4 -dbg
8
8
- pecl install v8
9
9
- pecl install ref
10
10
Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ matrix:
18
18
- php : nightly
19
19
20
20
env :
21
- - PHP_V8=v0.2.0
21
+ - PHP_V8=v0.2.1
22
22
PHP_REF=v0.5.0
23
23
24
24
addons :
25
25
apt :
26
26
sources :
27
- - sourceline : ppa:pinepain/libv8-6.3
27
+ - sourceline : ppa:pinepain/libv8-6.4
28
28
packages :
29
- - libv8-6.3
30
- - libv8-6.3 -dev
31
- - libv8-6.3 -dbg
29
+ - libv8-6.4
30
+ - libv8-6.4 -dev
31
+ - libv8-6.4 -dbg
32
32
- ccache
33
33
34
34
before_install :
Original file line number Diff line number Diff line change 15
15
"require" : {
16
16
"php" : " ~7.1" ,
17
17
"league/flysystem" : " ^1.0" ,
18
- "pinepain/php-v8-stubs" : " ^0.2.0 " ,
18
+ "pinepain/php-v8-stubs" : " ^0.2.1 " ,
19
19
"pinepain/php-ref-stubs" : " ^0.5.0" ,
20
20
"pinepain/php-object-maps" : " ^0.3.0"
21
21
},
You can’t perform that action at this time.
0 commit comments