Skip to content

Commit

Permalink
RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
olafleur-godaddy committed Mar 28, 2024
1 parent 6cf58d4 commit 09097ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-wp-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-RC3.zip"
wp_next: "https://wordpress.org/wordpress-6.5-RC4.zip"
steps:
- run: echo "Setting WP Next Constant"

Expand All @@ -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-RC3"
installPath: "tests-wordpress-6.5-RC4"
theme: "https://downloads.wordpress.org/theme/go.zip"
concurrency:
group: chrome-wp-next
Expand Down

0 comments on commit 09097ff

Please sign in to comment.