From cc0653c68a05cd4f190f711d6a12ca80adcfe53c Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Thu, 9 Nov 2023 14:42:47 -0800 Subject: [PATCH] Update GitHub test action to run on PHP 8.1 and 8.2 --- .github/workflows/tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a82946161..24e5dc6e1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,9 +25,8 @@ jobs: fail-fast: false matrix: php-version: - - "7.4" - - "8.0" - - "8.1.1" + - "8.1" + - "8.2" name: PHP ${{ matrix.php-version }}