From e1af15248e074d78b4b9e50f642762c6c5a8738c Mon Sep 17 00:00:00 2001 From: mikkamp Date: Mon, 24 Jul 2023 12:04:55 +0100 Subject: [PATCH] Enable unit testing with PHP 8.2 --- .github/workflows/php-unit-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/php-unit-tests.yml b/.github/workflows/php-unit-tests.yml index dbc46fa508..27dab3027a 100644 --- a/.github/workflows/php-unit-tests.yml +++ b/.github/workflows/php-unit-tests.yml @@ -51,6 +51,8 @@ jobs: wp-version: ${{ needs.GetMatrix.outputs.latest-wp-version }} - php: 8.1 wp-version: ${{ needs.GetMatrix.outputs.latest-wp-version }} + - php: 8.2 + wp-version: ${{ needs.GetMatrix.outputs.latest-wp-version }} steps: - name: Checkout repository