diff --git a/.github/workflows/.pipeline.yml b/.github/workflows/.pipeline.yml index 0d434ba..bbfccb3 100644 --- a/.github/workflows/.pipeline.yml +++ b/.github/workflows/.pipeline.yml @@ -13,7 +13,7 @@ jobs: matrix: php: [ 7.3 ] os: [ ubuntu-18.04 ] - wordpress: [ 5.6.2, 5.7.2 ] + wordpress: [ 5.7.2, latest ] name: Test - PHP ${{ matrix.php }} - WP ${{ matrix.wordpress }}