reactphp / promise

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

Use GitHub actions for continuous integration (CI) (promise-2.x) #186

Closed SimonFrings closed 3 years ago

SimonFrings commented 3 years ago

Bye bye Travis CI, you've served us well. @clue and I are currently working on switching from Travis to GitHub actions in all ReactPHP repositories. We're also looking into adding PHP 8 support in an upcoming pull request.

I removed the badge and travis configuration for coveralls.

Builds on top of #183, #185 and reactphp/reactphp#442.