From c5a6dbb331c87672f39702a5a908a72f3ca1eb8e Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Thu, 10 Nov 2022 15:56:15 -0700 Subject: [PATCH] - update matrix, again... --- .github/workflows/tests-wordpress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-wordpress.yml b/.github/workflows/tests-wordpress.yml index 493e7683..b39f43c8 100644 --- a/.github/workflows/tests-wordpress.yml +++ b/.github/workflows/tests-wordpress.yml @@ -19,8 +19,8 @@ jobs: php: [ '8.0', '7.4' ] wordpress: [ '5.9', '5.8', '5.7.2', '5.6' ] include: - php: '8.0' - wordpress: '6.0' + - php: '8.0' + wordpress: '6.0' steps: - name: Checkout uses: actions/checkout@v2