You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure App Service now offers PHP 8.5 as a blessed runtime for Linux web apps (announcement), but the provider's validation for site_config.application_stack.php_version still tops out at 8.4:
Error: expected site_config.0.application_stack.0.php_version to be one of ["7.4" "8.0" "8.1" "8.2" "8.3" "8.4"], got 8.5
Reproduced against provider v5.2.0 (and v4.81.0).
This is the PHP 8.5 twin of #30278 (PHP 8.4), which was resolved by #30281.
Is there an existing issue for this?
Community Note
Description
Azure App Service now offers PHP 8.5 as a blessed runtime for Linux web apps (announcement), but the provider's validation for
site_config.application_stack.php_versionstill tops out at8.4:Reproduced against provider v5.2.0 (and v4.81.0).
This is the PHP 8.5 twin of #30278 (PHP 8.4), which was resolved by #30281.
New or Affected Resource(s)/Data Source(s)
azurerm_linux_web_appazurerm_linux_web_app_slotPotential Terraform Configuration
References
azurerm_linux_web_appapplication stack #30278 / feat(appservice): add support for PHP 8.4 in Linux #30281 (the PHP 8.4 equivalent)