From 56194cfaacd8f1026436c0fcc99752807a9eeddb Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 25 Jun 2024 11:06:20 +0800 Subject: [PATCH] enable 8.2 --- .github/workflows/integrate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 71752dc4..080dc398 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"] + PHP: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] ZTS: ["no"] include: - - PHP: "8.1" + - PHP: "8.2" OS: "ubuntu-latest" ZTS: true env: