Skip to content

Commit

Permalink
test against 6.4rc2 now
Browse files Browse the repository at this point in the history
  • Loading branch information
aledesma-godaddy committed Oct 25, 2023
1 parent 80ef230 commit 5744e52
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 @@ -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"

Expand All @@ -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
Expand Down

0 comments on commit 5744e52

Please sign in to comment.