From ef824dcfa6dbbe13c18d6fcd7bb4420708eca0a4 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Wed, 12 Feb 2025 11:32:37 +0100 Subject: [PATCH] chore(linux): update minimum version --- docs/build/linux-ubuntu.md | 2 +- docs/minimum-versions.md | 2 +- linux/docs/help/common/index.md | 4 ++-- resources/build/minimum-versions.inc.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/build/linux-ubuntu.md b/docs/build/linux-ubuntu.md index 0f531acb59..9c0b195474 100644 --- a/docs/build/linux-ubuntu.md +++ b/docs/build/linux-ubuntu.md @@ -23,7 +23,7 @@ The following projects **cannot** be built on Linux: ### System Requirements -- Minimum Ubuntu version: Ubuntu 20.04 +- Minimum Ubuntu version: Ubuntu 22.04 Other Linux distributions will also work if appropriate dependencies are installed. diff --git a/docs/minimum-versions.md b/docs/minimum-versions.md index beb542e408..4f67d5a626 100644 --- a/docs/minimum-versions.md +++ b/docs/minimum-versions.md @@ -53,7 +53,7 @@ https://help.keyman.com/developer/engine/android/latest-version/ | KEYMAN_MIN_TARGET_VERSION_ANDROID_CHROME | 53.0 | | KEYMAN_MIN_TARGET_VERSION_IOS | 12.2 | | KEYMAN_MIN_TARGET_VERSION_MAC | 10.13 | -| KEYMAN_MIN_TARGET_VERSION_UBUNTU | 20.04 | +| KEYMAN_MIN_TARGET_VERSION_UBUNTU | 22.04 | | KEYMAN_MIN_TARGET_VERSION_WEB_CHROME | 95.0 | | KEYMAN_MIN_TARGET_VERSION_WEB_FIREFOX | 79.0 | | KEYMAN_MIN_TARGET_VERSION_WEB_OPERA | 47.0 | diff --git a/linux/docs/help/common/index.md b/linux/docs/help/common/index.md index b2d606b38d..a7f9e786bf 100644 --- a/linux/docs/help/common/index.md +++ b/linux/docs/help/common/index.md @@ -59,8 +59,8 @@ no on-screen keyboard for Wayland that works with Keyman. **A.** Keyman runs on Debian, Ubuntu, Wasta Linux and can be compiled to run from source in most distributions. -**Note:** Ubuntu versions before Ubuntu 20.04 LTS are no longer supported with -Keyman 17. If you are still running an older version and require Keyman you'll +**Note:** Ubuntu versions before Ubuntu 22.04 LTS are no longer supported with +Keyman 18. If you are still running an older version and require Keyman you'll have to install an older Keyman version. ## Q. Will my existing Windows Keyman keyboard work with Keyman for Linux? diff --git a/resources/build/minimum-versions.inc.sh b/resources/build/minimum-versions.inc.sh index f57ebff419..2e1a2914b1 100644 --- a/resources/build/minimum-versions.inc.sh +++ b/resources/build/minimum-versions.inc.sh @@ -14,7 +14,7 @@ KEYMAN_MIN_TARGET_VERSION_ANDROID=5.0 # Lollipop KEYMAN_MIN_TARGET_VERSION_IOS=12.2 # iOS 12.2 KEYMAN_MIN_TARGET_VERSION_WINDOWS=10 # Windows 10 KEYMAN_MIN_TARGET_VERSION_MAC=10.13 # MacOS 10.13 (High Sierra) -KEYMAN_MIN_TARGET_VERSION_UBUNTU=20.04 # Ubuntu 20.04 Focal +KEYMAN_MIN_TARGET_VERSION_UBUNTU=22.04 # Ubuntu 22.04 Jammy KEYMAN_MIN_TARGET_VERSION_ANDROID_CHROME=53.0 # min version of Chrome for Keyman for Android # Target web browsers for KeymanWeb -- we do not have polyfills for