From 99d9b4c4daeb675fed670cb6423990925e4637ae Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 11 Nov 2024 22:00:18 -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 863ad91..c35668a 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -21,7 +21,7 @@ jobs: matrix: core: - {name: 'WP latest', version: 'latest'} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.4'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.6'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: - name: Checkout