From aca277c865ce038c0d9d300e98c18bc741a399d3 Mon Sep 17 00:00:00 2001 From: Rebecca Hum <16962021+rebeccahum@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:31:05 -0600 Subject: [PATCH] Update e2e workflow to use PHP 8.2 --- .github/workflows/e2e-and-js-tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/e2e-and-js-tests.yml b/.github/workflows/e2e-and-js-tests.yml index 7964b106..b14e2872 100644 --- a/.github/workflows/e2e-and-js-tests.yml +++ b/.github/workflows/e2e-and-js-tests.yml @@ -11,7 +11,7 @@ jobs: # Currently these tests are being run for PHP 7.4 only # TODO: When a new version of wp-env (after 4.0.2) including this https://github.com/WordPress/gutenberg/pull/30651 # is released, we can switch all PHP tests using wp-env - WP_ENV_PHP_VERSION: 7.4 + WP_ENV_PHP_VERSION: 8.2 strategy: fail-fast: false @@ -33,11 +33,11 @@ jobs: - name: Install WordPress with wp-env run: npm run wp-env start - - name: Run Lint JS + - name: Run Lint JS run: npm run lint-js - + - name: Run JS tests (Jest) run: npm run test-jest - - - name: Run E2E tests - run: npm run test-e2e \ No newline at end of file + + - name: Run E2E tests + run: npm run test-e2e