lando / laravel

The Official Laravel Lando Plugin
https://docs.lando.dev/laravel/
GNU General Public License v3.0
15 stars 11 forks source link

ADD support for PHP 8.2 #23

Closed allanlaal closed 7 months ago

allanlaal commented 2 years ago

when .lando.yml:

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

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

allanlaal commented 2 years ago

works fine with PHP 8.1

allanlaal commented 2 years ago

upstream: https://github.com/lando/php/issues/40

davidvthecoder commented 1 year ago

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

davidvthecoder commented 1 year ago

@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 commented 1 year ago

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

config:
    php: '8.2'