From 9f0bc584e38b90df0909a55878e554b73d01081f Mon Sep 17 00:00:00 2001 From: Dylan T Date: Wed, 28 Feb 2024 13:08:00 +0000 Subject: [PATCH] actions: add PHP 8.2 & 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 e4ae788..13bcace 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: ['7.4', '8.0', '8.1'] + php: ['7.4', '8.0', '8.1', '8.2', '8.3'] name: PHP ${{ matrix.php }} steps: - uses: actions/checkout@v2