From caba8cf8ce1e76ae97f9a10a24cf8199dd350732 Mon Sep 17 00:00:00 2001 From: Josh Oakes Date: Thu, 18 Jul 2024 14:38:28 -0500 Subject: [PATCH] Bump WP version and add PHP 8.3 --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3fa7f4033..7bdf6edcc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,13 +16,14 @@ jobs: matrix: wordpress: - latest - - '6.4.3' - - '6.3.3' + - '6.5.5' + - '6.4.5' php: - '7.4' - '8.0' - '8.1' - '8.2' + - '8.3' name: WP ${{ matrix.wordpress }} / PHP ${{ matrix.php }} steps: