From b075b0a6de8ad765ff3b4f75bb6acfe1abeed852 Mon Sep 17 00:00:00 2001 From: Matthew Bernhardt Date: Tue, 15 Oct 2024 21:04:46 -0400 Subject: [PATCH] Add PHP 8.3 to CI checks --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d21e94be..06de1452 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.1', '8.2'] + php-version: ['8.1', '8.2', '8.3'] steps: - uses: actions/checkout@v2