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

ADD support for PHP 8.2 #23

Closed
allanlaal opened this issue Sep 1, 2022 · 5 comments · Fixed by #53
Closed

ADD support for PHP 8.2 #23

allanlaal opened this issue Sep 1, 2022 · 5 comments · Fixed by #53

Comments

@allanlaal
Copy link

when .lando.yml:

  ...
  config:
      php: '8.2'
  ...

I get:
ERROR ==> php version 8.2 is not supported

@allanlaal
Copy link
Author

works fine with PHP 8.1

@allanlaal
Copy link
Author

upstream: lando/php#40

@DavidVaini
Copy link

What needs to happen to get 8.2 working? I need it for laravel 10.

@DavidVaini
Copy link

@allanlaal did you ever get 8.2 working with the lando laravel recipe?
When I try to do a docker pull of:
docker pull docker.registry.platform.sh/php-8.2

I get an unauthorized error but I don't seem to get it if I use 8.1
for context Im trying to use platform/lando to run it locally.

@allanlaal
Copy link
Author

I just changed my Laravel projects .lando.yml to reflect:

config:
    php: '8.2'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants