File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1414 - ubuntu-20.04
1515 - windows-2019
1616 php :
17+ - 8.0
1718 - 7.4
1819 - 7.3
1920 - 7.2
4344 - uses : actions/checkout@v2
4445 - uses : shivammathur/setup-php@v2
4546 with :
46- php-version : 7.4
47+ php-version : 8.0
4748 coverage : xdebug
4849 - run : composer install
4950 - run : vendor/bin/phpunit --coverage-text
Original file line number Diff line number Diff line change @@ -1433,7 +1433,7 @@ $ composer require react/socket:^1.6
14331433See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
14341434
14351435This project aims to run on any platform and thus does not require any PHP
1436- extensions and supports running on legacy PHP 5.3 through current PHP 7 + and HHVM.
1436+ extensions and supports running on legacy PHP 5.3 through current PHP 8 + and HHVM.
14371437It's * highly recommended to use PHP 7+* for this project, partly due to its vast
14381438performance improvements and partly because legacy PHP versions require several
14391439workarounds as described below.
You can’t perform that action at this time.
0 commit comments