Sfoglia il codice sorgente

build system: added older compiler versions to the CI

Michele Caini 5 anni fa
parent
commit
0f4161f616
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      .github/workflows/build.yml

+ 4 - 1
.github/workflows/build.yml

@@ -9,7 +9,10 @@ jobs:
 
 
     strategy:
     strategy:
       matrix:
       matrix:
-        compiler: [g++, clang++]
+        compiler: [
+            g++-8, g++-9, g++,
+            clang++-8, clang++-9, clang++
+        ]
 
 
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest