lando / drupal

The Official Drupal Lando plugin
https://docs.lando.dev/drupal
GNU General Public License v3.0
15 stars 16 forks source link

PHP 8.3 support for drupal-php #95

Closed emircanerkul closed 6 months ago

emircanerkul commented 6 months ago

After Drupal 10.2.0, drupal supports Php 8.3

Lando PHP got 8.3 support. Please update drupal-php to support PHP 8.3 accordingly.

node:internal/process/promises:288
            triggerUncaughtException(err, true /* fromPromise */);
            ^

Error: drupal-php version 8.3 is not supported

Thank you

reynoldsalec commented 6 months ago

PHP 8.3 is now supported if you're running @lando/drupal above version 1.2, if you're on Lando 3.21 or above, you should be able to run lando update to get the latest version of the Drupal plugin.

emircanerkul commented 6 months ago

Thank u @reynoldsalec