From ed144d97bd2a2dc7947e75a62886a8f87411ec21 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Tue, 23 Jan 2024 10:36:50 +0100 Subject: [PATCH] add PHP8.3 JIT compiler to testsuite --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 513639a9..b7fb1178 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,9 @@ jobs: - os: ubuntu-latest php-version: "8.2" compiler: jit + - os: ubuntu-latest + php-version: "8.3" + compiler: jit steps: - name: Checkout