From e27fcc7bbd3e4dcfa27bab3abf6645e970fe213d Mon Sep 17 00:00:00 2001 From: Christophe Date: Wed, 20 Dec 2023 23:01:45 +0100 Subject: [PATCH] C.I.: Add more C++ language versions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcc57c73..02f10579 100644 --- a/.github/workflows/ci.yml +++ b/.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: