From 4fea3f4dc1d2c004a7c193efcc54948177a7458d Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Mon, 9 Aug 2021 12:33:39 -0300 Subject: [PATCH] Update unit test WP matrix --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pr-unit-tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddf9249f8df..6a74a030e6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,9 @@ jobs: include: - wp: nightly php: '7.4' - - wp: '5.5' + - wp: '5.7' php: 7.2 - - wp: '5.4' + - wp: '5.6' php: 7.2 services: database: diff --git a/.github/workflows/pr-unit-tests.yml b/.github/workflows/pr-unit-tests.yml index 2d9d0b86862..d7a14cdd55d 100644 --- a/.github/workflows/pr-unit-tests.yml +++ b/.github/workflows/pr-unit-tests.yml @@ -14,9 +14,9 @@ jobs: include: - wp: nightly php: '7.4' - - wp: '5.5' + - wp: '5.7' php: 7.2 - - wp: '5.4' + - wp: '5.6' php: 7.2 services: database: