From 5df513a4f42a412c3ce59acb940ec6ed41059ad5 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Thu, 20 Jun 2024 22:09:25 -0500 Subject: [PATCH] add PHP 8.3 support --- .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 8fd9814..45010f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: '4.4', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '7.1', '7.2', '7.3', '7.4', - '8.0', '8.0jit', '8.1', '8.1jit', '8.2', '8.2jit' + '8.0', '8.0jit', '8.1', '8.1jit', '8.2', '8.2jit', '8.3', '8.3jit' ] runs-on: ubuntu-latest steps: