Skip to content

Commit f569fe3

Browse files
authored
Merge pull request #18 from clue-labs/hhvm-is-dead
Drop support for HHVM, HHVM does not support PHP anymore
2 parents 942c9cd + 32f4ef9 commit f569fe3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ php:
88
- 7.1
99
- 7.2
1010
- 7.3
11-
# - hhvm # requires legacy phpunit & ignore errors, see below
1211

1312
# lock distro so new future defaults will not break the build
1413
dist: trusty
1514

1615
matrix:
1716
include:
18-
- php: hhvm
19-
install: composer require phpunit/phpunit:^5 --dev --no-interaction
2017
- name: "Windows"
2118
os: windows
2219
language: shell # no built-in php support
@@ -27,7 +24,6 @@ matrix:
2724
- php -r "file_put_contents(php_ini_loaded_file(),'extension_dir=ext'.PHP_EOL,FILE_APPEND);"
2825
- php -r "file_put_contents(php_ini_loaded_file(),'extension=sqlite3'.PHP_EOL,FILE_APPEND);"
2926
allow_failures:
30-
- php: hhvm
3127
- os: windows
3228

3329
install:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ $ composer require clue/reactphp-sqlite:dev-master
288288
```
289289

290290
This project aims to run on any platform and thus only requires `ext-sqlite3` and
291-
supports running on legacy PHP 5.4 through current PHP 7+ and HHVM.
291+
supports running on legacy PHP 5.4 through current PHP 7+.
292292
It's *highly recommended to use PHP 7+* for this project.
293293

294294
This project is implemented as a lightweight process wrapper around the `ext-sqlite3`

0 commit comments

Comments
 (0)