From cbc749c561bdcefbbf32b7107442515f3ffad255 Mon Sep 17 00:00:00 2001 From: Nick Evans <2616208+nickevansuk@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:39:21 +0100 Subject: [PATCH] Include 8.2 in CI --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5c76bc72..5587b95c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['5.6', '7.3', '7.4', '8.0'] + php-versions: ['5.6', '7.3', '7.4', '8.0', '8.2'] name: PHP ${{ matrix.php-versions }} steps: - name: Checkout