phpExtensions.openswoole: mark as broken on 8.1 (#386446)

This commit is contained in:
Pol Dellaiera
2025-03-02 19:43:49 +01:00
committed by GitHub
@@ -35,6 +35,6 @@ buildPecl {
You can use the sync or async, Coroutine API to write whole applications or create thousands of light weight Coroutines within one Linux process.
'';
maintainers = teams.php.members;
broken = lib.versionAtLeast php.version "8.4";
broken = lib.versionOlder php.version "8.2";
};
}