Modify name to reflet HPOS tests + use latest WP..
This commit is contained in:
parent
5c2ccb563b
commit
86e5f13180
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue