From 6c83975f47681dd42674e3f074df6664c5ee3bc7 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Mon, 4 Sep 2023 09:15:01 +0200 Subject: [PATCH] chore: add ci testruns for php 8.2 and 8.3 (experimental) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da3191b..3c7eebc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,12 +15,12 @@ jobs: # Keys: # - experimental: Whether the build is "allowed to fail". matrix: - php: ['7.2', '7.3', '7.4', '8.0'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] experimental: [false] include: # Nightly. - - php: '8.1' + - php: '8.3' experimental: true name: "PHP: ${{ matrix.php }}"