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/')) }} 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 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";