diff --git a/.github/workflows/build-amd64.yml b/.github/workflows/build-amd64.yml index 9f1a919..6d037bc 100644 --- a/.github/workflows/build-amd64.yml +++ b/.github/workflows/build-amd64.yml @@ -19,11 +19,9 @@ jobs: build: strategy: matrix: - clang-version: [ 19, 18, 17, 16, 15, 14, 13, 12.0.1, 12, 11, 10, 9, 8, 7 ] + clang-version: [ 18, 17, 16, 15, 14, 13, 12.0.1, 12, 11, 10, 9, 8, 7 ] os: [ linux, macosx, windows ] include: - - clang-version: 19 - release: llvm-project-19.1.0.src - clang-version: 18 release: llvm-project-18.1.5.src - clang-version: 17 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afc5335..82a6c3a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - clang-version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18, 19 ] + clang-version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18 ] os: [ ubuntu-latest, macos-latest, windows-latest ] include: - os: ubuntu-latest diff --git a/README.md b/README.md index e95451e..f1846c5 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ Includes clang-format, clang-tidy, clang-query and clang-apply-replacements. The supported versions are as follows: -|OS/Version |19|18 |17 |16 |15 |14 |13 |12 |11 |10 |9 |8 |7 | -|-----------|--|---|---|---|---|---|---|---|---|---|---|---|---| -|Linux 64 |✔️|✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ | -|Window 64 |✔️|✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ | -|macOS 64 |✔️|✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ | +|OS/Version |18 |17 |16 |15 |14 |13 |12 |11 |10 |9 |8 |7 | +|-----------|---|---|---|---|---|---|---|---|---|---|---|---| +|Linux 64 |✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ | +|Window 64 |✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ | +|macOS 64 |✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ | ## Download