File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 8
8
- 7.1
9
9
- 7.2
10
10
- 7.3
11
- # - hhvm # requires legacy phpunit & ignore errors, see below
12
11
13
12
# lock distro so new future defaults will not break the build
14
13
dist : trusty
15
14
16
15
matrix :
17
16
include :
18
- - php : hhvm
19
- install : composer require phpunit/phpunit:^5 --dev --no-interaction
20
17
- name : " Windows"
21
18
os : windows
22
19
language : shell # no built-in php support
@@ -27,7 +24,6 @@ matrix:
27
24
- php -r "file_put_contents(php_ini_loaded_file(),'extension_dir=ext'.PHP_EOL,FILE_APPEND);"
28
25
- php -r "file_put_contents(php_ini_loaded_file(),'extension=sqlite3'.PHP_EOL,FILE_APPEND);"
29
26
allow_failures :
30
- - php : hhvm
31
27
- os : windows
32
28
33
29
install :
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ $ composer require clue/reactphp-sqlite:dev-master
288
288
```
289
289
290
290
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+.
292
292
It's * highly recommended to use PHP 7+* for this project.
293
293
294
294
This project is implemented as a lightweight process wrapper around the ` ext-sqlite3 `
You can’t perform that action at this time.
0 commit comments