Explorar o código

build system: added older compiler versions to the CI

Michele Caini %!s(int64=5) %!d(string=hai) anos
pai
achega
0f4161f616
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      .github/workflows/build.yml

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

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