Skip to content

Commit

Permalink
test: address code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Nov 6, 2023
1 parent 1d5ea62 commit ddfabd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/lib/dev-environment/dev-environment-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ describe( 'lib/dev-environment/dev-environment-cli', () => {
[ '8.0', DEV_ENVIRONMENT_PHP_VERSIONS[ '8.0' ].image ],
[ '8.1', DEV_ENVIRONMENT_PHP_VERSIONS[ '8.1' ].image ],
[ '8.2', DEV_ENVIRONMENT_PHP_VERSIONS[ '8.2' ].image ],
[ '8.3', DEV_ENVIRONMENT_PHP_VERSIONS[ '8.3' ].image ],
[ 'image:php:8.0', 'image:php:8.0' ],
[
'ghcr.io/automattic/vip-container-images/php-fpm-ubuntu:8.0',
Expand Down

0 comments on commit ddfabd9

Please sign in to comment.