Skip to content

Commit

Permalink
bump wp-next version testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aledesma-godaddy committed Nov 2, 2023
1 parent b24a2c6 commit 93d6725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-wp-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
if: needs.check_if_released.outputs.should_run_workflow == 'true'
runs-on: ubuntu-latest
outputs:
# Should be current latest WP Next release on `wordpress.org`. eg: `https://wordpress.org/wordpress-6.4-RC2.zip`
wp_next: "https://wordpress.org/wordpress-6.4-RC2.zip"
# Should be current latest WP Next release on `wordpress.org`. eg: `https://wordpress.org/wordpress-6.4-RC3.zip`
wp_next: "https://wordpress.org/wordpress-6.4-RC3.zip"
steps:
- run: echo "Setting WP Next Constant"

Expand All @@ -34,7 +34,7 @@ jobs:
uses: ./.github/workflows/test-e2e-cypress.yml
with:
wpVersion: ${{ needs.set_constant.outputs.wp_next }}
installPath: "tests-wordpress-6.4-RC2"
installPath: "tests-wordpress-6.4-RC3"
theme: "https://downloads.wordpress.org/theme/go.zip"
concurrency:
group: chrome-wp-next
Expand Down
11 changes: 0 additions & 11 deletions docs/dev/test-override.md

This file was deleted.

0 comments on commit 93d6725

Please sign in to comment.