This repository was archived by the owner on Mar 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22 dependencies :
33 before :
44 - 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
66 - 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
88 - pecl install v8
99 - pecl install ref
1010
Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ matrix:
1818 - php : nightly
1919
2020env :
21- - PHP_V8=v0.2.0
21+ - PHP_V8=v0.2.1
2222 PHP_REF=v0.5.0
2323
2424addons :
2525 apt :
2626 sources :
27- - sourceline : ppa:pinepain/libv8-6.3
27+ - sourceline : ppa:pinepain/libv8-6.4
2828 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
3232 - ccache
3333
3434before_install :
Original file line number Diff line number Diff line change 1515 "require" : {
1616 "php" : " ~7.1" ,
1717 "league/flysystem" : " ^1.0" ,
18- "pinepain/php-v8-stubs" : " ^0.2.0 " ,
18+ "pinepain/php-v8-stubs" : " ^0.2.1 " ,
1919 "pinepain/php-ref-stubs" : " ^0.5.0" ,
2020 "pinepain/php-object-maps" : " ^0.3.0"
2121 },
You can’t perform that action at this time.
0 commit comments