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

authored by Pol Dellaiera and committed by GitHub 1fd39892 7ad4098d

+1 -1
+1 -1
pkgs/development/php-packages/openswoole/default.nix
··· 35 You can use the sync or async, Coroutine API to write whole applications or create thousands of light weight Coroutines within one Linux process. 36 ''; 37 maintainers = teams.php.members; 38 - broken = lib.versionAtLeast php.version "8.4"; 39 }; 40 }
··· 35 You can use the sync or async, Coroutine API to write whole applications or create thousands of light weight Coroutines within one Linux process. 36 ''; 37 maintainers = teams.php.members; 38 + broken = lib.versionOlder php.version "8.2"; 39 }; 40 }