Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum committed Dec 19, 2023
1 parent 5869f3c commit d6679f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion __tests__/devenv-e2e/011-configuration-file.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe( 'vip dev-env configuration file', () => {
const expectedSlug = getProjectSlug();
const expectedTitle = 'Test';
const expectedMultisite = true;
const expectedPhpVersion = '8.0';
const expectedPhpVersion = '8.2';
const expectedWordPressVersion = '6.1';
const expectedElasticsearch = true;
const expectedPhpMyAdmin = true;
Expand Down
2 changes: 0 additions & 2 deletions __tests__/lib/dev-environment/dev-environment-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,6 @@ describe( 'lib/dev-environment/dev-environment-cli', () => {

describe( 'resolvePhpVersion', () => {
it.each( [
[ '7.4', DEV_ENVIRONMENT_PHP_VERSIONS[ '7.4' ].image ],
[ '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 ],
Expand Down

0 comments on commit d6679f6

Please sign in to comment.