From c4eea425f9cfb613623eb62a19ed7f528f84c710 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 7 Nov 2024 14:25:40 -0600 Subject: [PATCH] Update cypress.yml --- .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 b7d1c9b..687fefc 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -16,7 +16,7 @@ jobs: matrix: core: - {name: 'WP latest', version: 'latest', continue: false} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.4', continue: false} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.5', continue: false} - {name: 'WP trunk', version: 'WordPress/WordPress#master', continue: true} steps: - name: Checkout