Explorar el Código

C.I.: Add more C++ language versions

Christophe hace 2 años
padre
commit
e27fcc7bbd
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      .github/workflows/ci.yml

+ 3 - 3
.github/workflows/ci.yml

@@ -7,7 +7,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        std: [98, 11, 17]
+        std: [98, 11, 14, 17, 20]
         config: [Debug, Release]
 
     steps:
@@ -53,7 +53,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        std: [98, 11, 17]
+        std: [98, 11, 14, 17, 20]
         config: [Debug, Release]
 
     steps:
@@ -101,7 +101,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        std: [98, 11, 17]
+        std: [98, 11, 14, 17, 20]
         config: [Debug, Release]
 
     steps: