Ver Fonte

build system: added older compiler versions to the CI

Michele Caini há 5 anos atrás
pai
commit
0f4161f616
1 ficheiros alterados com 4 adições e 1 exclusões
  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