From 67b0d248cdd7c10e60c835990f4e1c8d6e26fac4 Mon Sep 17 00:00:00 2001 From: Joshua Gigg Date: Wed, 1 Nov 2023 17:18:01 +0000 Subject: [PATCH] Test with PHP 8.3 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e00141f..0d8a6a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,8 +25,9 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" include: - - php-version: 8.1 + - php-version: 8.2 coverage: coverage steps: - name: Checkout