From d05d39430a752e0f3b7069722f7e55be6342d695 Mon Sep 17 00:00:00 2001 From: Dylan T Date: Wed, 28 Feb 2024 13:10:19 +0000 Subject: [PATCH] actions: add PHP 8.3 --- .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 0b17b63..ec7bc7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" strategy: matrix: - php: ['8.0', '8.1', '8.2'] + php: ['8.0', '8.1', '8.2', '8.3'] name: PHP ${{ matrix.php }} steps: - uses: actions/checkout@v3