diff --git a/src/lib/constants/dev-environment.ts b/src/lib/constants/dev-environment.ts index a7d5d1e6db..ac79c10aa0 100644 --- a/src/lib/constants/dev-environment.ts +++ b/src/lib/constants/dev-environment.ts @@ -34,11 +34,11 @@ interface PhpImage { } export const DEV_ENVIRONMENT_PHP_VERSIONS: Record< string, PhpImage > = { - 8.1: { image: 'ghcr.io/automattic/vip-container-images/php-fpm:8.1', label: '8.1 (recommended)' }, 8.2: { image: 'ghcr.io/automattic/vip-container-images/php-fpm:8.2', - label: '8.2 (experimental)', + label: '8.2 (recommended)', }, + 8.1: { image: 'ghcr.io/automattic/vip-container-images/php-fpm:8.1', label: '8.1' }, 8.3: { image: 'ghcr.io/automattic/vip-container-images/php-fpm:8.3', label: '8.3 (experimental, not supported)',