From 44c7b5a4e36c8bd27762b4fd7cd97bbb085df872 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 25 Jun 2024 11:18:12 +0800 Subject: [PATCH] enable 8.2/8.3 --- .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 63360a3..66df7df 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -11,10 +11,10 @@ jobs: runs-on: "ubuntu-latest" 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", "8.3"] ZTS: ["no"] include: - - PHP: "8.1" + - PHP: "8.3" ZTS: true env: PHP: $ {{ matrix.PHP }}