From 557ec092f281d3875a95241eaf431bc845bb89c6 Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Fri, 23 Feb 2024 09:59:17 +0100 Subject: [PATCH] ci: run tests on PHP 8.2 and 8.3 --- .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 3060ee2..856760d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.4', '8.0', '8.1' ] + php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] stability: [ prefer-lowest, prefer-stable ] name: P${{ matrix.php }} - ${{ matrix.stability }}