From 78cf35b726b46b9e5e77b7e09524fa45c02713e2 Mon Sep 17 00:00:00 2001 From: Sebastian Weckend Date: Wed, 25 Sep 2024 16:20:28 +0200 Subject: [PATCH] chore: add php 8.3 to the test matrix --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 00159e9d4..fa93c6bc4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ 8.1, 8.2 ] + php: [ 8.1, 8.2, 8.3 ] name: PHP ${{ matrix.php }} timeout-minutes: 10 steps: