aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 03:12:44 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 03:12:44 +0100
commiteaa888eb19115a521fa72b65cd94fe1f25bbcaac (patch)
tree1721e6f7286505f964f6e7aa26aa42587d5a1c66
parentworkflows/test: add Jammy, GCC 12 (diff)
downloadsetup-gcc-eaa888eb19115a521fa72b65cd94fe1f25bbcaac.tar.gz
setup-gcc-eaa888eb19115a521fa72b65cd94fe1f25bbcaac.zip
README: updatev1.3v1
-rw-r--r--README.md27
1 files changed, 14 insertions, 13 deletions
diff --git a/README.md b/README.md
index b69dce7..c3f3909 100644
--- a/README.md
+++ b/README.md
@@ -58,19 +58,20 @@ 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 PPA.
-For example, the supported versions for Bionic & Focal as of July 2021 are
-listed below.
-
-| `version` | Bionic | Focal
-| --------- | ------ | -----
-| 4.8 | ✓ |
-| 5 | ✓ |
-| 6 | ✓ |
-| 7 | ✓ | ✓
-| 8 | ✓ | ✓
-| 9 | ✓ | ✓
-| 10 | ✓ | ✓
-| 11 | ✓ | ✓
+For example, you can find the list of available versions as of January 2023
+below.
+
+| `version` | Bionic | Focal | Jammy
+| --------- | ------ | ----- | -----
+| 4.8 | ✓ | |
+| 5 | ✓ | |
+| 6 | ✓ | |
+| 7 | ✓ | ✓ |
+| 8 | ✓ | ✓ |
+| 9 | ✓ | ✓ | ✓
+| 10 | ✓ | ✓ | ✓
+| 11 | ✓ | ✓ | ✓
+| 12 | | | ✓
This table is not definitive; I expect more future versions to be made
available, especially for Focal.