diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04624c0f6..7160153db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" compiler: - default @@ -50,6 +51,9 @@ jobs: - os: ubuntu-latest php-version: "8.3" compiler: jit + - os: ubuntu-latest + php-version: "8.4" + compiler: jit steps: - name: Checkout uses: actions/checkout@v3