reactphp / promise

Promises/A implementation for PHP.
https://reactphp.org/promise/
MIT License
2.38k stars 146 forks source link

[3.x] Test on PHP 8.2 #234

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