diff --git a/src/lib/constants/dev-environment.ts b/src/lib/constants/dev-environment.ts index b423d251d..b1dbbb42c 100644 --- a/src/lib/constants/dev-environment.ts +++ b/src/lib/constants/dev-environment.ts @@ -37,6 +37,10 @@ export const DEV_ENVIRONMENT_PHP_VERSIONS: Record< string, PhpImage > = { image: 'ghcr.io/automattic/vip-container-images/php-fpm:8.3', label: '8.3', }, + 8.4: { + image: 'ghcr.io/automattic/vip-container-images/php-fpm:8.4', + label: '8.4 (experimental)', + }, } as const; export const DEV_ENVIRONMENT_DEFAULTS = {