diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e860d0a3f..0d5434576 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: true matrix: - std: [14, 17, 20] + std: [14, 17, 20, 23] abi: [arm64-v8a, armeabi-v7a, x86_64, x86] build_type: [Debug, Release] diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index 4bbb6dc56..ed21ecb19 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml @@ -15,7 +15,7 @@ jobs: matrix: build_type: [Release, Debug] lib: [static] - std: [14, 17, 20] + std: [14, 17, 20, 23] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 9d29f597b..f0d74b192 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -14,7 +14,7 @@ jobs: matrix: build_type: [Release, Debug] lib: [shared, static] - std: [14, 17, 20] + std: [14, 17, 20, 23] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 158e8d1db..c3e792468 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -19,7 +19,7 @@ jobs: build_type: [Debug, Release] lib: [shared, static] msvc: [VS-16-2019, VS-17-2022] - std: [14, 17, 20] + std: [14, 17, 20, 23] include: - msvc: VS-16-2019 os: windows-2019 @@ -138,7 +138,7 @@ jobs: matrix: build_type: [Debug] lib: [shared, static] - std: [14, 17, 20] + std: [14, 17, 20, 23] sys: [mingw32, mingw64] include: - sys: mingw32