From f7af061c12348992c5802ca7bf5a62e5011f7e63 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Mon, 24 Jun 2024 11:45:55 -0600 Subject: [PATCH] Ensure we set WP 6.1 as our minimum in all locations --- .github/workflows/e2e.yml | 2 +- phpcs-compat.xml | 2 +- phpcs.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 652167e..ec60018 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -17,7 +17,7 @@ jobs: matrix: core: - {name: 'WP latest', version: 'latest'} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.0'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.1'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: diff --git a/phpcs-compat.xml b/phpcs-compat.xml index 0169949..5192aca 100644 --- a/phpcs-compat.xml +++ b/phpcs-compat.xml @@ -13,6 +13,6 @@ */vendor/* */po/* - + diff --git a/phpcs.xml b/phpcs.xml index 4bed1da..7463777 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -6,7 +6,7 @@ */tests/* - +