From 6692582a11c54375ff787dc2f5a6872161c0bb1f Mon Sep 17 00:00:00 2001 From: Brandon Allen Date: Mon, 16 Oct 2023 21:51:58 -0500 Subject: [PATCH] Add WP 6.3 to the testing matrix --- .github/workflows/phpunit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index 0c0c1ba..925cd69 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: php: ['7.2', '7.4', '8.0', '8.1', '8.2'] - wp_version: ['5.9', '6.0', '6.1', '6.2', 'master'] + wp_version: ['5.9', '6.0', '6.1', '6.2', '6.3', 'master'] include: - php: '7.2' wp_version: '5.1'