From 864c56d33419b53cc2f40d7f99b3dcfa254dd3b3 Mon Sep 17 00:00:00 2001 From: auooru Date: Sat, 17 Feb 2024 17:32:13 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=E6=9A=82=E6=97=B6=E5=87=8F=E5=B0=91?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5daec1c7..23e1b4687 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -328,8 +328,10 @@ jobs: strategy: fail-fast: false matrix: - php: ["8.1", "8.2"] - swoole: [v5.1.0, v5.0.3] +# php: ["8.1", "8.2"] +# swoole: [v5.1.0, v5.0.3] + php: ["8.2"] + swoole: [v5.1.0] roadrunner: [2.7.*] env: MYSQL_SERVER_PASSWORD: "root"