From f434795ee56cd7306795912f448309cc8b83252e Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Tue, 1 Oct 2024 15:51:44 +0200 Subject: [PATCH] Test enable 19 and 20 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0931b25ba..f42e4fa3e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -216,7 +216,7 @@ jobs: fail-fast: false matrix: build_type: [Release, Debug] - llvm_version: [17, 18] + llvm_version: [17, 18, 19, 20] steps: - uses: actions/checkout@v4 @@ -375,7 +375,7 @@ jobs: fail-fast: false matrix: build_type: [Release, Debug] - llvm_version: [17, 18] + llvm_version: [17, 18, 19, 20] steps: - uses: actions/checkout@v4 - name: Install common deps @@ -496,7 +496,7 @@ jobs: matrix: ubuntu_version: [20.04, 22.04] build_type: [Release, Debug] - llvm_version: [17, 18] + llvm_version: [17, 18, 19, 20] steps: - uses: actions/checkout@v4