From fe62719190e7498691c7df7b89801b8939fc9781 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 5 Jul 2024 11:58:30 -0500 Subject: [PATCH] update wp minimum for tests to 6.4 --- .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 e70ad88..d51df6d 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -19,7 +19,7 @@ jobs: matrix: core: - {name: 'WP latest', version: 'latest'} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.3'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.4'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: - name: Checkout