Skip to content

Commit

Permalink
update swoole version to v5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Oct 30, 2024
1 parent 5228877 commit 9b2a97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sapi/scripts/cygwin/cygwin-config-ext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd ${__PROJECT__}
ROOT=${__PROJECT__}

PHP_VERSION='8.2.25'
SWOOLE_VERSION='v5.1.4'
SWOOLE_VERSION='v5.1.5'

while [ $# -gt 0 ]; do
case "$1" in
Expand Down
2 changes: 1 addition & 1 deletion sapi/src/builder/extension/swoole.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

return function (Preprocessor $p) {

$swoole_tag = 'v5.1.4';
$swoole_tag = 'v5.1.5';
$file = "swoole-{$swoole_tag}.tar.gz";

$url = "https://github.com/swoole/swoole-src/archive/refs/tags/{$swoole_tag}.tar.gz";
Expand Down

0 comments on commit 9b2a97c

Please sign in to comment.