From 662f60361a1ae618213c8b5ce880ae2053a9e87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sushil=20Kumar=20=F0=9F=8D=80?= Date: Tue, 7 Jul 2026 10:14:22 +0530 Subject: [PATCH] Fix compatibility notice duplication in README Removed duplicate compatibility notice for Ubuntu versions. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4955d16..2e9f611 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ This setup installs HHVM and enables execution of Hack language code in a controlled environment. > **Compatibility Notice**
> HHVM currently supports only specific Ubuntu LTS versions. Ensure your environment uses one of the following: - -* Ubuntu 22.04 (Jammy) -* Ubuntu 20.04 (Focal) +> +> * Ubuntu 22.04 (Jammy) +> * Ubuntu 20.04 (Focal) The ubuntu-latest runner (currently 24.04) is **not supported** and will lead to installation or runtime issues.