Skip to content

Commit

Permalink
Merge pull request #2119 from Automattic/add/php-8.4
Browse files Browse the repository at this point in the history
feat(dev-env): add support for PHP 8.4
  • Loading branch information
sjinks authored Nov 22, 2024
2 parents e16cfe3 + 730c6c5 commit f3310b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/constants/dev-environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit f3310b4

Please sign in to comment.