Skip to content

Add GitHub Actions build #492

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

mszabo-wikia
Copy link
Contributor

travis-ci.org builds have ceased, so this patch adds a GitHub Actions
workflow to build and test the extension, as well as a Dependabot
configuration file to keep the referenced actions up to date.

I've opted to slightly simplify the workflow compared to the Travis
build script. For one, I have not included libmemcached protocol
support, as most distros do not supply a libmemcached compiled with
server protocol support, and previous discussion suggests its usefulness
in the context of this extension may be limited.[1] I've also opted to
remove multiversion libmemcached testing in favor of using the system
libmemcached, as the referenced other versions seem to be old enough for
this to hopefully not be a problem. These could conceivably be
reintroduced if needed.


[1] #418 (comment)

travis-ci.org builds have ceased, so this patch adds a GitHub Actions
workflow to build and test the extension, as well as a Dependabot
configuration file to keep the referenced actions up to date.

I've opted to slightly simplify the workflow compared to the Travis
build script. For one, I have not included libmemcached protocol
support, as most distros do not supply a libmemcached compiled with
server protocol support, and previous discussion suggests its usefulness
in the context of this extension may be limited.[1] I've also opted to
remove multiversion libmemcached testing in favor of using the system
libmemcached, as the referenced other versions seem to be old enough for
this to hopefully not be a problem. These could conceivably be
reintroduced if needed.

---
[1] php-memcached-dev#418 (comment)
@ruudk
Copy link
Contributor

ruudk commented Nov 8, 2021

@remicollet Can this be merged? When this is merged I'd like to add tests for PHP 8.1 so that we can work towards supporting that.

@sodabrew sodabrew merged commit 60a8f9f into php-memcached-dev:master Nov 8, 2021
@sodabrew
Copy link
Contributor

sodabrew commented Nov 8, 2021

@mszabo-wikia This is awesome! @ruudk thanks for the ping on this PR, I had missed it, and I even have a whole bunch of tabs bookmarked for the past few months with tutorials on how to switch from Travis to GitHub Actions :)

Merging as-is. We can iterate later. Thank you!

@mszabo-wikia
Copy link
Contributor Author

Great, thank you! :)

@ruudk
Copy link
Contributor

ruudk commented Nov 8, 2021

Thanks for merging. I see that this PR already added PHP 8.1 support as experimental. Given that the tests pass, maybe it shouldn't be experimental anymore?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants