-
Notifications
You must be signed in to change notification settings - Fork 72
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
Bump PHP to 8.1 in 6.x images #177
Conversation
Hi, I'm sure we can fix that somehow. We also should check that LS 5 and 6 support PHP 8.2 |
From the manual:
|
The apache image test is failing even for 8.1 🤔 |
Might just be some PHP dependencies. I can have look at it |
Seems as if marking some libraries as manually installed |
@edgarrmondragon I have fix in #178 You should be able to rebase from master and everything should work. |
4f8382d
to
d08806d
Compare
d08806d
to
cf6a81b
Compare
@martialblog done! |
Awesome. All things green. I'll do some manual testing and then we should be good to go. Thanks! |
Merged. Thanks @edgarrmondragon |
PHP 8.2.0 was released 08 Dec 2022 (see https://www.php.net/releases/index.php).
This repo uses Renovate and that may already bump these automatically, so let me know if you're explicitly avoiding bumping the version.
EDIT: tests are failing, so maybe that's enough reason to punt the update 😅.