From 052a1b9f74ccdcfaeaef4dc1682847fa2b2c2e17 Mon Sep 17 00:00:00 2001 From: jingjingxyk Date: Sat, 8 Jun 2024 15:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=81=9C=20php=208.3.3=20=E7=AD=89?= =?UTF-8?q?=E5=BE=85=20swoole=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/linux-aarch64.yml | 2 +- .github/workflows/linux-x86_64.yml | 2 +- .github/workflows/macos-aarch64.yml | 2 +- .github/workflows/macos-x86_64.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux-aarch64.yml b/.github/workflows/linux-aarch64.yml index 9d04aba536..b47769a957 100644 --- a/.github/workflows/linux-aarch64.yml +++ b/.github/workflows/linux-aarch64.yml @@ -14,7 +14,7 @@ jobs: php-version: - "8.2.13" - "8.1.27" - - "8.3.3" + # - "8.3.3" steps: - uses: actions/checkout@v4 - name: Prepare Source Code diff --git a/.github/workflows/linux-x86_64.yml b/.github/workflows/linux-x86_64.yml index d965a85d6d..cf23202caa 100644 --- a/.github/workflows/linux-x86_64.yml +++ b/.github/workflows/linux-x86_64.yml @@ -50,7 +50,7 @@ jobs: php-version: - "8.2.13" - "8.1.27" - - "8.3.3" + # - "8.3.3" steps: - uses: actions/checkout@v4 - name: Prepare Source Code diff --git a/.github/workflows/macos-aarch64.yml b/.github/workflows/macos-aarch64.yml index e019e49641..c692d71a1a 100644 --- a/.github/workflows/macos-aarch64.yml +++ b/.github/workflows/macos-aarch64.yml @@ -19,7 +19,7 @@ jobs: php-version: - "8.2.13" - "8.1.27" - - "8.3.3" + # - "8.3.3" steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/macos-x86_64.yml b/.github/workflows/macos-x86_64.yml index 55ae7126d3..38e0dfadc6 100644 --- a/.github/workflows/macos-x86_64.yml +++ b/.github/workflows/macos-x86_64.yml @@ -21,7 +21,7 @@ jobs: php-version: - "8.2.13" - "8.1.27" - - "8.3.3" + # - "8.3.3" steps: - uses: actions/checkout@v4