From ba6e28c056f9cc1587b431d3d26b06cce3d1f381 Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Thu, 14 Mar 2024 11:29:58 +0100 Subject: [PATCH] ci: run 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 63e5c13..c095457 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.0', '8.1' ] + php: [ '8.0', '8.1', '8.2' ] stability: [ prefer-lowest, prefer-stable ] name: P${{ matrix.php }} - ${{ matrix.stability }}