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

PHP Version Upgrade Message #3637

Open
NathanHealea opened this issue Dec 7, 2023 · 2 comments
Open

PHP Version Upgrade Message #3637

NathanHealea opened this issue Dec 7, 2023 · 2 comments
Labels
bug Something aint working right!

Comments

@NathanHealea
Copy link

I just complete an upgrade to Lando 3.20.6, and when initializing a new lando environment I get the following message about the version of php

% lando init
php version 5.6 is a legacy version! We recommend upgrading.

The php version I have installed on my machine isn 8.3.

Here are my environment information
php: PHP 8.3.0 (cli) (built: Nov 24 2023 13:21:02) (NTS)
lando: v3.20.6
MacBook Pro 2023
MacOS: 13.6.2 (22G320)
Chip: Apple M2 Pro

@NathanHealea NathanHealea added the bug Something aint working right! label Dec 7, 2023
@pirog
Copy link
Sponsor Member

pirog commented Dec 7, 2023

@NathanHealea its probably referencing a php version in a landofile for an app that is in that directory or above it, not super clear in the message but its probably safe to ignore

@GabyC0
Copy link

GabyC0 commented Jan 23, 2024

I'm having the same issue. I don't have php 5.6 installed on my local machine and no Lando projects above the one in my file structure.
When I run lando init, lando rebuild , lando start I receive the same warning about the php version.

image
image (3)
image (1)

The php version running on Pantheon is 7.4 and when I run lando php -v I get the following:

image (2)

I've tried specifying the php version on my landofile but the issue continues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something aint working right!
Projects
None yet
Development

No branches or pull requests

3 participants