From 8ecd633f68b0d00e1e007c1d30599a20f1995950 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Tue, 8 Aug 2023 16:52:37 -0400 Subject: [PATCH] wp version bump --- .github/workflows/cypress-matrix.yml | 2 +- .wp-env.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress-matrix.yml b/.github/workflows/cypress-matrix.yml index b2236003..9199d9c2 100644 --- a/.github/workflows/cypress-matrix.yml +++ b/.github/workflows/cypress-matrix.yml @@ -29,9 +29,9 @@ jobs: - '8.1' - '8.2' wpVersion: - - '6.0' - '6.1' - '6.2' + - '6.3' steps: diff --git a/.wp-env.json b/.wp-env.json index b02f3dbb..90c0965e 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,5 +1,5 @@ { - "core": "WordPress/WordPress#tags/6.2.2", + "core": "WordPress/WordPress#tags/6.3", "config": { "WP_DEBUG": true, "WP_DEBUG_LOG": true,