Skip to content

Commit

Permalink
Address code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Oct 20, 2023
1 parent 28af522 commit 0b1e2be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/constants/dev-environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down

0 comments on commit 0b1e2be

Please sign in to comment.