File tree Expand file tree Collapse file tree 4 files changed +8
-26
lines changed
Expand file tree Collapse file tree 4 files changed +8
-26
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,7 @@ services:
44- docker
55env :
66 matrix :
7- - HHVM_VERSION=4.41.0
8- - HHVM_VERSION=4.42.0
9- - HHVM_VERSION=4.43.0
10- - HHVM_VERSION=4.44.0
11- - HHVM_VERSION=4.45.0
12- - HHVM_VERSION=4.46.0
13- - HHVM_VERSION=4.47.0
14- - HHVM_VERSION=4.48.0
15- - HHVM_VERSION=4.49.0
16- - HHVM_VERSION=4.50.0
17- - HHVM_VERSION=4.51.0
18- - HHVM_VERSION=4.52.1
7+ - HHVM_VERSION=4.58.1
198 - HHVM_VERSION=latest
209install :
2110- docker pull hhvm/hhvm-proxygen:$HHVM_VERSION
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "hhvm" : " ^4.41 " ,
19+ "hhvm" : " ^4.58 " ,
2020 "hhvm/hsl" : " ^4.0" ,
2121 "hhvm/hsl-experimental" : " ^4.50" ,
2222 "hhvm/hhvm-autoload" : " ^3.0" ,
23- "ytake/hungrr" : " ^0.10.0 " ,
23+ "ytake/hungrr" : " ^0.12 " ,
2424 "ytake/hhypermedia" : " ^0.5.0" ,
2525 "nazg/glue" : " ^1.4" ,
26- "nazg/heredity" : " ^1.10.0 " ,
27- "nazg/hcache" : " ^0.5.0 " ,
26+ "nazg/heredity" : " ^1.11 " ,
27+ "nazg/hcache" : " ^0.5" ,
2828 "nazg/http-server-request-handler" : " ^0.6.0" ,
29- "nazg/http-executor" : " ^0.10.0 " ,
29+ "nazg/http-executor" : " ^0.11 " ,
3030 "facebook/hack-router" : " ^0.19.6" ,
3131 "facebook/hack-http-request-response-interfaces" : " ^0.3" ,
32- "hack-logging/hack-logging" : " ^0.5 .0"
32+ "hack-logging/hack-logging" : " ^0.6 .0"
3333 },
3434 "require-dev" : {
3535 "facebook/fbexpect" : " ^2.6.1" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ final class LoggerProviderTest extends HackTest {
1414 $container -> bind(ApplicationConfig :: class )
1515 -> to(ApplicationConfig :: class );
1616 expect (() ==> $logger -> get($container ))
17- -> toThrow(\HH \Lib \OS \ Exception :: class );
17+ -> toThrow(\HH \Lib \OS \ NotFoundException :: class );
1818 }
1919
2020 public function testShouldReturnLoggerInstance (): void {
You can’t perform that action at this time.
0 commit comments