8000 Support PHP 8 · reactphp/socket@644575e · GitHub
[go: up one dir, main page]

Skip to content

Commit 644575e

Browse files
committed
Support PHP 8
1 parent 1370711 commit 644575e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- ubuntu-20.04
1515
- windows-2019
1616
php:
17+
- 8.0
1718
- 7.4
1819
- 7.3
1920
- 7.2
@@ -43,7 +44,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ $ composer require react/socket:^1.6
14331433
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
14341434

14351435
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.
14371437
It's *highly recommended to use PHP 7+* for this project, partly due to its vast
14381438
performance improvements and partly because legacy PHP versions require several
14391439
workarounds as described below.

0 commit comments

Comments
 (0)
0