-
-
Notifications
You must be signed in to change notification settings - Fork 412
Add support/testing for PHP 8.1 #272
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
Conversation
I guess tests won't complete because of timeout |
related with: #275, to overcome the timeout I now added support for extensions provided directly from php sources, which should always compile. Once this PR is merged, I will add support for other extensions in another PR. |
given the efford to maintain this and not having full support to mark specific job as informative only - see actions/runner#2347 , I am closing this for now |
Yep, I'd wait that PHP 8.1 becomes a bit more stable (that is, at least in the beta stage). |
@mlocati PR is passing, most of the extensions are from php-src, thus the build should always pass, can we merge it to reduce the testing time of other extensions? |
Sure! I'll wait that those last tests pass |
The CI should be passing, |
I restarted the CI jobs |
Alpine v3.12 images are no longer updated. See docker-library/php#1166 and related pulled tag https://hub.docker.com/_/php?tab=tags&page=1&ordering=last_updated&name=8.1-rc-cli-alpine3.12 Can you please adjust the test script that PHP 8.1+ is not tested againt Alpine 3.12? |
They don't update the PHP version on that image, it will remain at 8.1.0-alpha1
fixes #271