lorisleiva / laravel-docker

🐳 Generic docker image for Laravel Applications
MIT License
934 stars 314 forks source link

Added support to PHP 8.3 #132

Closed felipehertzer closed 10 months ago

felipehertzer commented 10 months ago

Hi @lorisleiva,

This PR adds support to PHP 8.3, we only need to wait for that PR to be able to merge this.

Thanks.

lorisleiva commented 10 months ago

Hi 👋 Thanks for that. This library only supports the last 3 versions of PHP though so could you please remove PHP 8.0 as part of this PR?

felipehertzer commented 10 months ago

Hey @lorisleiva

I just removed PHP 8.0 and I can also see that PHP has deployed the Docker images, so this PR is ready to go.

Thanks

lorisleiva commented 10 months ago

Thanks!