Modify name to reflet HPOS tests + use latest WP..

This commit is contained in:
Vedanshu Jain 2023-02-24 17:02:05 +05:30
parent 5c2ccb563b
commit 86e5f13180
1 changed files with 2 additions and 2 deletions

View File

@ -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: