apache / openwhisk-runtime-php

Apache OpenWhisk Runtime PHP supports Apache OpenWhisk functions written in PHP
https://openwhisk.apache.org/
Apache License 2.0
39 stars 33 forks source link

Add PHP 8.0 runtime #95

Closed akrabat closed 3 years ago

akrabat commented 4 years ago

Add a runtime for PHP 8.0. Update the dependencies to the latest versions.

akrabat commented 3 years ago

PHP 8 is now released. Fixed the failing test and using PHP v8.0.1. Ready for review.

akrabat commented 3 years ago

What are the next steps to get this merged and released?

rabbah commented 3 years ago

@akrabat since no one was assigned, I think it just fell through. Since it was already reviewed (and I also scanned it), I went ahead and merged it. You could have merged it also since you're a maintainer :)

Do you want to cut a release? The steps are documented here: https://github.com/apache/openwhisk-release/blob/master/docs/release_instructions.md.

akrabat commented 3 years ago

I'm not used to merging my own PRs :)

I'll have a go at doing a release, probably at the weekend.

dgrove-oss commented 3 years ago

sounds good. ping me if you need any help with making a release @akrabat