From 5cca7fd4ba28dfdd3f48f67a647a60a9ba60e9ae Mon Sep 17 00:00:00 2001 From: Ho Man Chan Date: Wed, 26 May 2021 00:14:48 -0400 Subject: [PATCH] Update wordpress version to 5.7.2 and latest in github action pipeline (#777) --- .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 0b73c9a67..933a74a1d 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 }}