diff --git a/.github/workflows/build-amd64.yml b/.github/workflows/build-amd64.yml index a3b2d64..a38ca32 100644 --- a/.github/workflows/build-amd64.yml +++ b/.github/workflows/build-amd64.yml @@ -20,9 +20,11 @@ jobs: strategy: fail-fast: false matrix: - clang-version: [ 18, 17, 16, 15, 14, 13, 12.0.1, 12, 11, 10, 9, 8, 7 ] + clang-version: [ 19, 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 82a6c3a..afc5335 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 ] + clang-version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18, 19 ] os: [ ubuntu-latest, macos-latest, windows-latest ] include: - os: ubuntu-latest diff --git a/README.md b/README.md index f1846c5..e95451e 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 |18 |17 |16 |15 |14 |13 |12 |11 |10 |9 |8 |7 | -|-----------|---|---|---|---|---|---|---|---|---|---|---|---| -|Linux 64 |✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ | -|Window 64 |✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ | -|macOS 64 |✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ | +|OS/Version |19|18 |17 |16 |15 |14 |13 |12 |11 |10 |9 |8 |7 | +|-----------|--|---|---|---|---|---|---|---|---|---|---|---|---| +|Linux 64 |✔️|✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ | +|Window 64 |✔️|✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ | +|macOS 64 |✔️|✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ | ## Download