From 5744e52cfc07a7d85f2b577cfc3fd314ec952062 Mon Sep 17 00:00:00 2001 From: aledesma-godaddy Date: Wed, 25 Oct 2023 09:09:33 -0700 Subject: [PATCH] test against 6.4rc2 now --- .github/workflows/test-wp-next.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-wp-next.yml b/.github/workflows/test-wp-next.yml index c7741b9ca5c..c4cbb042154 100644 --- a/.github/workflows/test-wp-next.yml +++ b/.github/workflows/test-wp-next.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest outputs: # WP 6.4 RC1 zip. - wp_next: "https://wordpress.org/wordpress-6.4-RC1.zip" + wp_next: "https://wordpress.org/wordpress-6.4-RC2.zip" steps: - run: echo "Setting WP Next Constant" @@ -31,7 +31,7 @@ jobs: uses: ./.github/workflows/test-e2e-cypress.yml with: wpVersion: ${{needs.set_constant.outputs.wp_next}} - installPath: "tests-wordpress-6.4-RC1" + installPath: "tests-wordpress-6.4-RC2" concurrency: group: chrome-defaults cancel-in-progress: true