aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 05:05:43 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 05:05:53 +0100
commit7eeaf563e47e90b1a7329ad2763fc52596b59143 (patch)
treeccf72590422b845d1ede81e17bbc7a7e7ad6c2e1 /README.md
parentsimplify and future-proof adding apt repositories (diff)
downloadsetup-clang-7eeaf563e47e90b1a7329ad2763fc52596b59143.tar.gz
setup-clang-7eeaf563e47e90b1a7329ad2763fc52596b59143.zip
workflows/test: add Jammy, versions 14-15
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 18 insertions, 16 deletions
diff --git a/README.md b/README.md
index 19910d0..4c47920 100644
--- a/README.md
+++ b/README.md
@@ -61,22 +61,24 @@ The `version` parameter value is not checked for being an available version for
the current distribution.
The supported versions for a particular distribution are those found in that
distro's repositories & those in the LLVM repository.
-For example, the supported versions for Bionic & Focal as of August 2021 are
-listed below.
-
-| `version` | Bionic | Focal
-| --------- | ------ | -----
-| 3.9 | ✓ |
-| 4.0 | ✓ |
-| 5.0 | ✓ |
-| 6.0 | ✓ | ✓
-| 7 | ✓ | ✓
-| 8 | ✓ | ✓
-| 9 | ✓ | ✓
-| 10 | ✓ | ✓
-| 11 | ✓ | ✓
-| 12 | ✓ | ✓
-| 13 | ✓ | ✓
+For example, you can find the list of available versions as of January 2023
+below.
+
+| `version` | Bionic | Focal | Jammy
+| --------- | ------ | ----- | -----
+| 3.9 | ✓ | |
+| 4.0 | ✓ | |
+| 5.0 | ✓ | |
+| 6.0 | ✓ | ✓ |
+| 7 | ✓ | ✓ |
+| 8 | ✓ | ✓ |
+| 9 | ✓ | ✓ |
+| 10 | ✓ | ✓ |
+| 11 | ✓ | ✓ | ✓
+| 12 | ✓ | ✓ | ✓
+| 13 | ✓ | ✓ | ✓
+| 14 | ✓ | ✓ | ✓
+| 15 | ✓ | ✓ | ✓
This table is not definitive; I expect more future versions to be made
available, especially for Focal.