From 7c494f09692711dbd95aecd4b0af333e83101f94 Mon Sep 17 00:00:00 2001 From: George Pattichis Date: Tue, 7 Jan 2025 01:24:20 +0200 Subject: [PATCH] WP version (6.4.1) does not meet minreq for TEC. Plugin requires WP 6.5. --- .github/workflows/tests-php-eva.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-php-eva.yml b/.github/workflows/tests-php-eva.yml index 5c4cd2d917..095bf6eba1 100644 --- a/.github/workflows/tests-php-eva.yml +++ b/.github/workflows/tests-php-eva.yml @@ -355,7 +355,7 @@ jobs: run: | ${SLIC_BIN} up wordpress ${SLIC_BIN} wp core version - ${SLIC_BIN} wp core update --force --version=6.4.1 + ${SLIC_BIN} wp core update --force --version=6.5 ${SLIC_BIN} wp core version - name: Run suite tests if: steps.skip.outputs.value != 1