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 diff --git a/.github/workflows/tests-php.yml b/.github/workflows/tests-php.yml index 465829b4ae..7bb7359a31 100644 --- a/.github/workflows/tests-php.yml +++ b/.github/workflows/tests-php.yml @@ -178,7 +178,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