File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1413dist : trusty
1514
1615matrix :
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
3329install :
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ $ composer require clue/reactphp-sqlite:dev-master
288288```
289289
290290This 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+.
292292It's * highly recommended to use PHP 7+* for this project.
293293
294294This project is implemented as a lightweight process wrapper around the ` ext-sqlite3 `
You can’t perform that action at this time.
0 commit comments