From 592febc740be6d67f409e9951f9768f828036488 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 31 May 2023 09:00:13 +0200 Subject: [PATCH] CI: Enable tests on PHP 8.2 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0254f7e..f6c4433 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: true matrix: - php: ["5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"] + php: ["5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] name: PHP ${{ matrix.php }}