Skip to content

Commit

Permalink
update swoole version
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Dec 3, 2024
1 parent d5bf87e commit 6c3e482
Showing 1 changed file with 1 addition and 1 deletion.
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.5';
$swoole_tag = 'v5.1.6';
$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 6c3e482

Please sign in to comment.