Unverified Commit 1fd39892 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents 7ad4098d 1f70a34c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}