From 86e5f13180b5b391dd895c0a758efc5a3e5a920d Mon Sep 17 00:00:00 2001 From: Vedanshu Jain Date: Fri, 24 Feb 2023 17:02:05 +0530 Subject: [PATCH] Modify name to reflet HPOS tests + use latest WP.. --- .github/workflows/pr-unit-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-unit-tests.yml b/.github/workflows/pr-unit-tests.yml index 4c2f7607be7..24fabb5d4ce 100644 --- a/.github/workflows/pr-unit-tests.yml +++ b/.github/workflows/pr-unit-tests.yml @@ -14,7 +14,7 @@ permissions: {} jobs: test: - name: PHP ${{ matrix.php }} WP ${{ matrix.wp }} + name: PHP ${{ matrix.php }} WP ${{ matrix.wp }} ${{ matrix.hpos && 'HPOS' || '' }} timeout-minutes: 30 runs-on: ubuntu-20.04 permissions: @@ -34,7 +34,7 @@ jobs: php: 7.4 - wp: '5.9' php: 7.4 - - wp: nightly + - wp: '6.1' php: '7.4' hpos: true services: