about summary refs log tree commit diff homepage
path: root/.github/workflows/build.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r--.github/workflows/build.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 7e58793d..15bcbe7d 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -36,6 +36,7 @@ jobs:
     strategy:
       matrix:
         name: [
+                "LLVM 11",
                 "LLVM 10",
                 "LLVM 9",
                 "LLVM 8",
@@ -57,6 +58,9 @@ jobs:
                 "No TCMalloc, optimised runtime",
             ]
         include:
+          - name: "LLVM 11"
+            env:
+              LLVM_VERSION: 11
           - name: "LLVM 10"
             env:
               LLVM_VERSION: 10
@@ -182,4 +186,4 @@ jobs:
       - name: Build KLEE
         run: scripts/build/build.sh klee --docker --create-final-image
       - name: Run tests
-        run: scripts/build/run-tests.sh --coverage --upload-coverage --run-docker --debug
\ No newline at end of file
+        run: scripts/build/run-tests.sh --coverage --upload-coverage --run-docker --debug