From 6cf58d4251ea306270040b405ee433575c74f145 Mon Sep 17 00:00:00 2001 From: Olivier Lafleur Date: Wed, 20 Mar 2024 10:47:30 -0400 Subject: [PATCH] WP 6.5 RC3 --- .github/workflows/test-wp-next.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-wp-next.yml b/.github/workflows/test-wp-next.yml index e2513564e66..bfa0e89d067 100644 --- a/.github/workflows/test-wp-next.yml +++ b/.github/workflows/test-wp-next.yml @@ -13,7 +13,7 @@ jobs: uses: ./.github/workflows/date-checker.yml with: # WP Next scheduled release date. Should be based on `https://make.wordpress.org/core/6-4/` or later. - scheduled_release_date: "2023-11-7" + scheduled_release_date: "2024-03-26" # Create WP NEXT Version Constant set_constant: @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest outputs: # Should be current latest WP Next release on `wordpress.org`. eg: `https://wordpress.org/wordpress-6.5-beta2.zip` - wp_next: "https://wordpress.org/wordpress-6.5-RC2.zip" + wp_next: "https://wordpress.org/wordpress-6.5-RC3.zip" steps: - run: echo "Setting WP Next Constant" @@ -35,7 +35,7 @@ jobs: uses: ./.github/workflows/test-e2e-cypress.yml with: wpVersion: ${{ needs.set_constant.outputs.wp_next }} - installPath: "tests-wordpress-6.5-RC2" + installPath: "tests-wordpress-6.5-RC3" theme: "https://downloads.wordpress.org/theme/go.zip" concurrency: group: chrome-wp-next