From 866c950c2d1107214ea2020f6b69e2bc30d22e8a Mon Sep 17 00:00:00 2001 From: jingjingxyk Date: Mon, 29 Dec 2025 15:35:07 +0800 Subject: [PATCH 1/3] =?UTF-8?q?swoole=20=E7=89=88=E6=9C=AC=20=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E4=B8=BAv6.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapi/SWOOLE-VERSION.conf | 2 +- sapi/scripts/cygwin/cygwin-config-ext.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sapi/SWOOLE-VERSION.conf b/sapi/SWOOLE-VERSION.conf index f01dcaef90..4871c222ec 100644 --- a/sapi/SWOOLE-VERSION.conf +++ b/sapi/SWOOLE-VERSION.conf @@ -1 +1 @@ -v6.1.5 +v6.1.6 diff --git a/sapi/scripts/cygwin/cygwin-config-ext.sh b/sapi/scripts/cygwin/cygwin-config-ext.sh index 9c36258e1b..1c125ab3c1 100644 --- a/sapi/scripts/cygwin/cygwin-config-ext.sh +++ b/sapi/scripts/cygwin/cygwin-config-ext.sh @@ -36,7 +36,7 @@ MONGODB_VERSION=1.14.2 YAML_VERSION=2.2.2 IMAGICK_VERSION=3.8.0 if [ "${X_PHP_VERSION}" == "8.1" ]; then - SWOOLE_VERSION="v6.1.4" + SWOOLE_VERSION="v6.1.6" fi mkdir -p pool/ext mkdir -p pool/lib From fc2440a0c950f797e6243bbe40bf8351719f3173 Mon Sep 17 00:00:00 2001 From: jingjingxyk Date: Mon, 29 Dec 2025 15:35:45 +0800 Subject: [PATCH 2/3] =?UTF-8?q?swoole=20=E7=89=88=E6=9C=AC=20=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E4=B8=BAv6.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapi/src/builder/extension/swoole.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/src/builder/extension/swoole.php b/sapi/src/builder/extension/swoole.php index 131bf1e050..6714ebd5c8 100644 --- a/sapi/src/builder/extension/swoole.php +++ b/sapi/src/builder/extension/swoole.php @@ -10,7 +10,7 @@ // $swoole_tag = 'v6.0.1'; if (BUILD_CUSTOM_PHP_VERSION_ID == '8010') { - $swoole_tag = 'v6.1.4'; + $swoole_tag = 'v6.1.6'; } $file = "swoole-{$swoole_tag}.tar.gz"; From 7ae4dcea8299ced5020f1bfeab418f6178ec00eb Mon Sep 17 00:00:00 2001 From: jingjingxyk Date: Mon, 29 Dec 2025 16:10:46 +0800 Subject: [PATCH 3/3] =?UTF-8?q?github=20action=20release=20=E4=B8=8D?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=20debug=20=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 | 1 - .github/workflows/linux-x86_64.yml | 9 ++++----- .github/workflows/macos-aarch64.yml | 1 - .github/workflows/macos-x86_64.yml | 1 - 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/linux-aarch64.yml b/.github/workflows/linux-aarch64.yml index 0edaf57244..c35106da58 100644 --- a/.github/workflows/linux-aarch64.yml +++ b/.github/workflows/linux-aarch64.yml @@ -191,7 +191,6 @@ jobs: with: files: | ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-linux-arm64.tar.xz - ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-linux-arm64-debug.tar.xz - name: upload artifacts to cloud object storage if: ${{ 0 && (github.repository == 'swoole/swoole-cli') && (startsWith(github.ref, 'refs/tags/')) }} diff --git a/.github/workflows/linux-x86_64.yml b/.github/workflows/linux-x86_64.yml index 0600dc1da3..cb5df86e44 100644 --- a/.github/workflows/linux-x86_64.yml +++ b/.github/workflows/linux-x86_64.yml @@ -21,10 +21,10 @@ on: default: '--with-php-version=8.2.28' type: choice options: - - '--with-php-version=8.1.32' - - '--with-php-version=8.2.28' - - '--with-php-version=8.3.19' - - '--with-php-version=8.4.5' + - '--with-php-version=8.1.34' + - '--with-php-version=8.2.30' + - '--with-php-version=8.3.29' + - '--with-php-version=8.4.16' build_type: required: true description: "定制构建选项: 指定构建类型" @@ -254,7 +254,6 @@ jobs: with: files: | ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-linux-x64.tar.xz - ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-linux-x64-debug.tar.xz - name: upload artifacts to cloud object storage if: ${{ 0 && (github.repository == 'swoole/swoole-cli') && (startsWith(github.ref, 'refs/tags/')) }} diff --git a/.github/workflows/macos-aarch64.yml b/.github/workflows/macos-aarch64.yml index 72acfb626d..c57d241372 100644 --- a/.github/workflows/macos-aarch64.yml +++ b/.github/workflows/macos-aarch64.yml @@ -181,7 +181,6 @@ jobs: with: files: | ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-macos-arm64.tar.xz - ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-macos-arm64-debug.tar.xz - name: upload artifacts to cloud object storage if: ${{ 0 && (github.repository == 'swoole/swoole-cli') && (startsWith(github.ref, 'refs/tags/')) }} diff --git a/.github/workflows/macos-x86_64.yml b/.github/workflows/macos-x86_64.yml index e9cfedc524..27ff0a10d4 100644 --- a/.github/workflows/macos-x86_64.yml +++ b/.github/workflows/macos-x86_64.yml @@ -194,7 +194,6 @@ jobs: with: files: | ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-macos-x64.tar.xz - ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-macos-x64-debug.tar.xz - name: upload artifacts to cloud object storage if: ${{ 0 && (github.repository == 'swoole/swoole-cli') && (startsWith(github.ref, 'refs/tags/')) }}