From 24d9019e8629974276abae4098bb5f2e14c71bfc Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Mon, 4 Sep 2023 09:19:41 +0200 Subject: [PATCH] chore: add ci testrun for php 8.3 --- .github/workflows/code_checks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/code_checks.yaml b/.github/workflows/code_checks.yaml index cdea7e5..e598949 100644 --- a/.github/workflows/code_checks.yaml +++ b/.github/workflows/code_checks.yaml @@ -18,6 +18,8 @@ jobs: stability: 'prefer-stable' - php: '8.2' stability: 'prefer-stable' + - php: '8.3' + stability: 'prefer-stable' name: PHP ${{ matrix.php }} - ${{ matrix.stability }} tests steps: