reactphp / stream

Event-driven readable and writable streams for non-blocking I/O in ReactPHP.
https://reactphp.org/stream/
MIT License
626 stars 62 forks source link

Test on PHP 8.2 #169

Closed WyriHaximus closed 2 years ago

WyriHaximus commented 2 years ago

With PHP 8.2 coming out later this year, we should be reading for it's release to ensure all out code works on it.

Refs: https://github.com/reactphp/event-loop/pull/258 Builds on top of #165