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

This commit is contained in:
Christophe 2023-12-20 23:01:45 +01:00 committed by Christophe
parent 3b21b05ac2
commit e27fcc7bbd

View File

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