Skip to content

Commit bdb6b06

Browse files
committed
target HHVM 4.117
1 parent d43fc5b commit bdb6b06

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.deploy/built-site.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Creates a docker image with a built copy of the site. Not repo-auth.
22
# Useful as a scratch/testing area.
3-
FROM hhvm/hhvm:4.116-latest
3+
FROM hhvm/hhvm:4.117-latest
44
ARG DOCKER_BUILD_ENV=prod
55
ENV TZ UTC
66
ENV DEBIAN_FRONTEND noninteractive

.deploy/prod.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hhvm/hhvm-proxygen:4.116-latest
1+
FROM hhvm/hhvm-proxygen:4.117-latest
22

33
ADD hhvm.prod.ini /etc/hhvm/site.ini
44
ADD hhvm.hhbc /var/www/hhvm.hhbc

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ ubuntu ]
13-
hhvm: [ '4.116' ]
13+
hhvm: [ '4.117' ]
1414
runs-on: ${{matrix.os}}-latest
1515
steps:
1616
- uses: actions/checkout@v2

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"facebook/xhp-lib": "^4.0",
4-
"hhvm": "4.116.*",
4+
"hhvm": "4.117.*",
55
"usox/hackttp": "~0.5.3",
66
"hhvm/hhvm-autoload": "^3.0",
77
"hhvm/type-assert": "^4.0",

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codegen/PRODUCT_TAGS.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is generated. Do not modify it manually!
44
*
5-
* @generated SignedSource<<f2396f602319f6ef20c0595671573d11>>
5+
* @generated SignedSource<<90378d53e205c7ddac394a4ed1c0a0a5>>
66
*/
77
namespace HHVM\UserDocumentation;
88

99
const dict<APIProduct, string> PRODUCT_TAGS = dict[
10-
APIProduct::HACK => 'HHVM-4.116.0',
10+
APIProduct::HACK => 'HHVM-4.117.0',
1111
APIProduct::HSL => 'v4.108.1',
1212
APIProduct::HSL_EXPERIMENTAL => 'v4.108.0',
1313
];

0 commit comments

Comments
 (0)