From 8644e217d27f2b53882ff9827f40707d16b55427 Mon Sep 17 00:00:00 2001 From: Chris Minett <1084019+chrisminett@users.noreply.github.com> Date: Sun, 15 Oct 2023 08:47:54 +0100 Subject: [PATCH] Add PHP v8.3 to GHA --- .github/workflows/code-checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index 5ac6ce7..6712799 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -15,6 +15,8 @@ jobs: - '7.4' - '8.0' - '8.1' + - '8.2' + - '8.3' name: PHP ${{ matrix.php }} tests