-
Notifications
You must be signed in to change notification settings - Fork 167
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
PHP 8.0 image is outdated #128
Comments
Just tested. It doesn't seem to be a caching issue. |
Same problem here when trying to build a laravel project. It seems a laravel update bumped some symfony packages to the recently released 6.0. Your requirements could not be resolved to an installable set of packages. |
I asked about this on Twitter and got some very good replies. |
Thanks! Just using the |
Confirm, just use https://github.com/lorisleiva/laravel-docker |
I can see that you're using the official PHP 8.0 images, but I'm running into problems with this being outdated. It appears to install PHP 8.0.1, which means that it won't work with current Symfony components (that require at least 8.0.2), resulting in CI failures like this:
The image this refers to on dockerhub appears to be up to date, so I guess this might be a caching issue in GitLab.
The text was updated successfully, but these errors were encountered: