File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
- ubuntu-20.04
15
15
- windows-2019
16
16
php :
17
+ - 8.0
17
18
- 7.4
18
19
- 7.3
19
20
- 7.2
43
44
- uses : actions/checkout@v2
44
45
- uses : shivammathur/setup-php@v2
45
46
with :
46
- php-version : 7.4
47
+ php-version : 8.0
47
48
coverage : xdebug
48
49
- run : composer install
49
50
- 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
1433
1433
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
1434
1434
1435
1435
This 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.
1437
1437
It's * highly recommended to use PHP 7+* for this project, partly due to its vast
1438
1438
performance improvements and partly because legacy PHP versions require several
1439
1439
workarounds as described below.
You can’t perform that action at this time.
0 commit comments