Skip to content
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

Check if the opcache is defined instead of assuming the latest version #892

Closed
DionisioFG opened this issue Dec 30, 2022 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@DionisioFG
Copy link
Contributor

Checking debian bullseye and ce-deploy, I found that the opcache version installed with provision is the latest one.
But ce-dev uses by default PHP 7.4. This is a problem because the latest version of opcache needs PHP >= 8.1

The issues is here:

https://github.com/codeenigma/ce-provision/blob/1.x/roles/opcache/tasks/main.yml#L13

To fix this we need to verify if a opcache version is defined in the provision.yml file, and if not then use the latest

@DionisioFG DionisioFG self-assigned this Dec 30, 2022
@DionisioFG DionisioFG added the bug Something isn't working label Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant