From 9b318132ec23e8ff2db4f0343bddaf2c16ebfcf3 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 16 May 2024 08:37:48 -0500 Subject: [PATCH] update tests to run on WP 6.3 as minimum Co-Authored-By: QAharshalkadu <137804688+QAharshalkadu@users.noreply.github.com> Co-Authored-By: Sudip Dadhaniya <94599521+sudip-md@users.noreply.github.com> --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 9eac164..7a90173 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -16,7 +16,7 @@ jobs: matrix: core: - {name: 'WP latest', version: 'latest'} - - {name: 'WP minimum', version: 'WordPress/WordPress#5.8'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.3'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: - name: Checkout