diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 513639a9a..b7fb11786 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