php85Extensions.openswoole: mark as broken

This commit is contained in:
Piotr Kwiecinski
2026-01-18 13:05:55 +01:00
parent cfa87f5b7c
commit f8eba64602
@@ -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.
'';
teams = [ lib.teams.php ];
broken = lib.versionOlder php.version "8.2";
broken = lib.versionOlder php.version "8.2" || lib.versionAtLeast php.version "8.5";
};
}