diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 080dc398..c0b73ecc 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - PHP: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] + PHP: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] ZTS: ["no"] include: - - PHP: "8.2" + - PHP: "8.3" OS: "ubuntu-latest" ZTS: true env: