Skip to content

Commit 6c6d94d

Browse files
Drop support for hhvm 4.151 and below
1 parent 8ddd60e commit 6c6d94d

File tree

7 files changed

+3
-88
lines changed

7 files changed

+3
-88
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
tests/ export-ignore
33
.hhconfig export-ignore
44
.hhvmconfig.hdf export-ignore
5-
composer.dev.json export-ignore
6-
composer.4.102.json export-ignore
75
.dockerignore export-ignore
86
docker-compose.yml export-ignore
97
Dockerfile export-ignore

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
hhvm:
19-
- "4.102"
20-
- "4.128"
2119
- "4.153"
2220
- "4.168"
2321
- "25.6.0"
@@ -35,6 +33,5 @@ jobs:
3533
with:
3634
hhvm: ${{matrix.hhvm}}
3735
hhvm_flags: ${{ startsWith(matrix.hhvm, '4') && '-dhhvm.autoload.enabled=true -dhhvm.autoload.db.path=.var/facts.db' || '' }}
38-
skip_lint: ${{matrix.hhvm == '4.102'}}
3936
lint_engine: pha
4037
skip_tests: true

.github/workflows/prepare-environment.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM hersheltheodorelayton/hhvm-full:25.7.0
2-
ENV COMPOSER=composer.dev.json
32

43
WORKDIR /mnt/project
54

composer.4.102.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

composer.dev.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@
33
"description": "HTML elements for sgml-stream in the HTL\\HTMLStream namespace.",
44
"license": "MIT",
55
"require": {
6-
"hhvm": ">=4.102",
6+
"hhvm": ">=4.153",
77
"hershel-theodore-layton/sgml-stream": "dev-master || ^2"
88
},
9-
"require-dev": {},
10-
"scripts": {
11-
"post-install-cmd": [
12-
".github/workflows/prepare-environment.sh"
13-
],
14-
"post-update-cmd": [
15-
".github/workflows/prepare-environment.sh"
16-
]
9+
"require-dev": {
10+
"hershel-theodore-layton/portable-hack-ast-linters-server": ">=0.3.4 <1"
1711
},
1812
"config": {
1913
"allow-plugins": {

0 commit comments

Comments
 (0)