From e9c76938da55dcfd9bc691e7d6aa9a0a9cbbfada Mon Sep 17 00:00:00 2001 From: SteelWagstaff Date: Mon, 12 Jul 2021 15:34:53 -0700 Subject: [PATCH] Update WP text matrix --- .github/workflows/.pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}