Fix swoole compile bug on Linux (#367)

* swoole ci test

* swoole ci test

* fix swoole (disable-thread-context)

* restore pgsql ver

* bump version to 2.1.4
This commit is contained in:
Jerry Ma
2024-03-04 15:31:39 +08:00
committed by GitHub
parent 96dd5ba87b
commit 8e58592a6e
3 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ use Symfony\Component\Console\Command\ListCommand;
*/
final class ConsoleApplication extends Application
{
public const VERSION = '2.1.3';
public const VERSION = '2.1.4';
public function __construct()
{