Skip to content

Support PHP 8 and use GitHub actions for continuous integration (CI) - #37

Merged
clue merged 2 commits into
clue:masterfrom
clue-labs:tests
Dec 15, 2020
Merged

Support PHP 8 and use GitHub actions for continuous integration (CI) #37
clue merged 2 commits into
clue:masterfrom
clue-labs:tests

Conversation

@clue

@clueclue commented Dec 15, 2020

Copy link
Copy Markdown
Owner

Bye bye Travis CI, you've served us well.
For further details concerning this pull request look into clue/reactphp-flux#21

This pull request builds on top of #34.
Now supporting PHP 8.

$ docker run -it --rm -v `pwd`:/data --workdir=/data php:8.0 php vendor/bin/phpunit
PHPUnit 9.5.0 by Sebastian Bergmann and contributors.
............................................................... 63 / 133 ( 47%)
............................................................... 126 / 133 ( 94%)
....... 133 / 133 (100%)
Time: 00:09.199, Memory: 8.00 MB
OK (133 tests, 242 assertions)

(Copy pasted as-is from #36 after resolving temporary build error)

@clueclue added this to the v1.1.0 milestone Dec 15, 2020
@clue
clue merged commit cc0d6a4 into clue:masterDec 15, 2020
@clue
clue deleted the tests branch December 15, 2020 18:31
@clueclue added the new feature New feature or request label Dec 15, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenancenew featureNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@clue@SimonFrings