Skip to content

Use GitHub actions for continuous integration (CI) - #32

Merged
clue merged 2 commits into
clue:masterfrom
SimonFrings:ci
Mar 29, 2021
Merged

Use GitHub actions for continuous integration (CI)#32
clue merged 2 commits into
clue:masterfrom
SimonFrings:ci

Conversation

@SimonFrings

Copy link
Copy Markdown
Contributor

Bye bye Travis CI, you've served us well.
This code supports running tests on PHP 8.

$ docker run -it --rm -v `pwd`:/data --workdir=/data php:8.0.0 php vendor/bin/phpunit
PHPUnit 9.5.4 by Sebastian Bergmann and contributors.
.................................... 36 / 36 (100%)
Time: 00:00.015, Memory: 6.00 MB
OK (36 tests, 74 assertions)

Builds on top of #30 and reactphp/reactphp#442.

@clueclue left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SimonFrings Thanks for the update, changes LGTM! :shipit:

@clueclue added this to the v1.3.0 milestone Mar 29, 2021
@clue
clue merged commit 52fbb16 into clue:masterMar 29, 2021
@clueclue modified the milestones: v1.3.0, v1.4.0Mar 29, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@SimonFrings@clue