From 2eba3e8e4e6df9610ad9bead96583dc60c1eb69e Mon Sep 17 00:00:00 2001 From: Mark Beech Date: Thu, 2 Feb 2023 20:59:40 +0000 Subject: [PATCH] Test PHP 8.2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a707b20..1184ba4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: true matrix: - php: [5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1] + php: [5.3, 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 }}