File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,4 +182,3 @@ jobs:
182182 with :
183183 files : |
184184 ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-linux-arm64.tar.xz
185- ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-linux-arm64-debug.tar.xz
Original file line number Diff line number Diff line change 2121 default : ' --with-php-version=8.2.28'
2222 type : choice
2323 options :
24- - ' --with-php-version=8.1.32 '
25- - ' --with-php-version=8.2.28 '
26- - ' --with-php-version=8.3.19 '
27- - ' --with-php-version=8.4.5 '
24+ - ' --with-php-version=8.1.34 '
25+ - ' --with-php-version=8.2.30 '
26+ - ' --with-php-version=8.3.29 '
27+ - ' --with-php-version=8.4.16 '
2828 build_type :
2929 required : true
3030 description : " 定制构建选项: 指定构建类型"
@@ -243,4 +243,3 @@ jobs:
243243 with :
244244 files : |
245245 ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-linux-x64.tar.xz
246- ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-linux-x64-debug.tar.xz
Original file line number Diff line number Diff line change @@ -172,4 +172,3 @@ jobs:
172172 with :
173173 files : |
174174 ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-macos-arm64.tar.xz
175- ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-macos-arm64-debug.tar.xz
Original file line number Diff line number Diff line change @@ -185,5 +185,4 @@ jobs:
185185 with :
186186 files : |
187187 ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-macos-x64.tar.xz
188- ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-macos-x64-debug.tar.xz
189188
Original file line number Diff line number Diff line change 1- v6.1.5
1+ v6.1.6
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ MONGODB_VERSION=1.14.2
3636YAML_VERSION=2.2.2
3737IMAGICK_VERSION=3.8.0
3838if [ " ${X_PHP_VERSION} " == " 8.1" ]; then
39- SWOOLE_VERSION=" v6.1.4 "
39+ SWOOLE_VERSION=" v6.1.6 "
4040fi
4141mkdir -p pool/ext
4242mkdir -p pool/lib
Original file line number Diff line number Diff line change 1010
1111 // $swoole_tag = 'v6.0.1';
1212 if (BUILD_CUSTOM_PHP_VERSION_ID == '8010 ' ) {
13- $ swoole_tag = 'v6.1.4 ' ;
13+ $ swoole_tag = 'v6.1.6 ' ;
1414 }
1515
1616 $ file = "swoole- {$ swoole_tag }.tar.gz " ;
You can’t perform that action at this time.
0 commit comments