Skip to content

Commit

Permalink
patch for hhvm
Browse files Browse the repository at this point in the history
  • Loading branch information
ytake committed May 28, 2020
1 parent 149a3a6 commit 773b3ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 26 deletions.
13 changes: 1 addition & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,7 @@ services:
- docker
env:
matrix:
- HHVM_VERSION=4.41.0
- HHVM_VERSION=4.42.0
- HHVM_VERSION=4.43.0
- HHVM_VERSION=4.44.0
- HHVM_VERSION=4.45.0
- HHVM_VERSION=4.46.0
- HHVM_VERSION=4.47.0
- HHVM_VERSION=4.48.0
- HHVM_VERSION=4.49.0
- HHVM_VERSION=4.50.0
- HHVM_VERSION=4.51.0
- HHVM_VERSION=4.52.1
- HHVM_VERSION=4.58.1
- HHVM_VERSION=latest
install:
- docker pull hhvm/hhvm-proxygen:$HHVM_VERSION
Expand Down
7 changes: 0 additions & 7 deletions Makefile

This file was deleted.

12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
}
],
"require": {
"hhvm": "^4.41",
"hhvm": "^4.58",
"hhvm/hsl": "^4.0",
"hhvm/hsl-experimental": "^4.50",
"hhvm/hhvm-autoload": "^3.0",
"ytake/hungrr": "^0.10.0",
"ytake/hungrr": "^0.12",
"ytake/hhypermedia": "^0.5.0",
"nazg/glue": "^1.4",
"nazg/heredity": "^1.10.0",
"nazg/hcache": "^0.5.0",
"nazg/heredity": "^1.11",
"nazg/hcache": "^0.5",
"nazg/http-server-request-handler": "^0.6.0",
"nazg/http-executor": "^0.10.0",
"nazg/http-executor": "^0.11",
"facebook/hack-router": "^0.19.6",
"facebook/hack-http-request-response-interfaces": "^0.3",
"hack-logging/hack-logging": "^0.5.0"
"hack-logging/hack-logging": "^0.6.0"
},
"require-dev": {
"facebook/fbexpect": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/Logger/LoggerProviderTest.hack
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class LoggerProviderTest extends HackTest {
$container->bind(ApplicationConfig::class)
->to(ApplicationConfig::class);
expect(() ==> $logger->get($container))
->toThrow(\HH\Lib\OS\Exception::class);
->toThrow(\HH\Lib\OS\NotFoundException::class);
}

public function testShouldReturnLoggerInstance(): void {
Expand Down

0 comments on commit 773b3ee

Please sign in to comment.