diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21977687..e27b60bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,9 @@ jobs: - os: ubuntu-latest php-version: "8.0" compiler: jit + - os: ubuntu-latest + php-version: "8.1" + compiler: jit steps: - name: Checkout