macOS don't need to disable avx2 explicitly (#1007)

This commit is contained in:
Jerry Ma
2025-12-18 21:21:47 +08:00
committed by GitHub
parent 18c5ccfe9d
commit 9fdfef5057
3 changed files with 7 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ use Symfony\Component\Console\Application;
*/
final class ConsoleApplication extends Application
{
public const string VERSION = '2.7.10';
public const string VERSION = '2.7.11';
public function __construct()
{