From 7eeaf563e47e90b1a7329ad2763fc52596b59143 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Jan 2023 05:05:43 +0100 Subject: workflows/test: add Jammy, versions 14-15 --- .github/workflows/test.yml | 17 ++++++++++++++--- README.md | 34 ++++++++++++++++++---------------- 2 files changed, 32 insertions(+), 19 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 225cac1..2ef8b17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: platform: [x86, x64] - os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest, windows-2019, windows-2022, windows-latest] + os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022] runs-on: '${{ matrix.os }}' name: 'Test: ${{ matrix.os }} / ${{ matrix.platform }}' steps: @@ -37,14 +37,25 @@ jobs: versions: strategy: matrix: - os: [ubuntu-18.04, ubuntu-20.04] - version: ['3.9', '4.0', 4, '5.0', 5, '6.0', 6, 7, 8, 9, 10, 11, 12, 13] + os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04] + version: ['3.9', '4.0', 4, '5.0', 5, '6.0', 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] exclude: - {os: ubuntu-20.04, version: '3.9'} - {os: ubuntu-20.04, version: '4.0'} - {os: ubuntu-20.04, version: 4} - {os: ubuntu-20.04, version: '5.0'} - {os: ubuntu-20.04, version: 5} + - {os: ubuntu-22.04, version: '3.9'} + - {os: ubuntu-22.04, version: '4.0'} + - {os: ubuntu-22.04, version: 4} + - {os: ubuntu-22.04, version: '5.0'} + - {os: ubuntu-22.04, version: 5} + - {os: ubuntu-22.04, version: '6.0'} + - {os: ubuntu-22.04, version: 6} + - {os: ubuntu-22.04, version: 7} + - {os: ubuntu-22.04, version: 8} + - {os: ubuntu-22.04, version: 9} + - {os: ubuntu-22.04, version: 10} runs-on: '${{ matrix.os }}' name: 'Version: ${{ matrix.os }} / ${{ matrix.version }}' steps: 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. -- cgit v1.2.3