Skip to content

Commit b6c94e2

Browse files
committed
Expand compiler matrix on Linux
1 parent 9dd70c4 commit b6c94e2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

+13
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,23 @@ jobs:
1414
- { compiler: gcc, version: 10, build_type: Release, cppstd: 17 }
1515
- { compiler: gcc, version: 11, build_type: Debug, cppstd: 20 }
1616
- { compiler: gcc, version: 12, build_type: Release, cppstd: 20 }
17+
- { compiler: gcc, version: 13, build_type: Debug, cppstd: 20 }
18+
- { compiler: gcc, version: 13, build_type: Release, cppstd: 20 }
19+
- { compiler: gcc, version: 14, build_type: Debug, cppstd: 20 }
20+
- { compiler: gcc, version: 14, build_type: Release, cppstd: 20 }
21+
1722
- { compiler: clang, version: 11, build_type: Release, cppstd: 14 }
1823
- { compiler: clang, version: 11, build_type: Debug, cppstd: 17 }
1924
- { compiler: clang, version: 12, build_type: Debug, cppstd: 17 }
25+
- { compiler: clang, version: 13, build_type: Debug, cppstd: 17 }
26+
- { compiler: clang, version: 14, build_type: Debug, cppstd: 17 }
2027
- { compiler: clang, version: 15, build_type: Release, cppstd: 20 }
28+
- { compiler: clang, version: 16, build_type: Release, cppstd: 20 }
29+
- { compiler: clang, version: 17, build_type: Release, cppstd: 20 }
30+
- { compiler: clang, version: 18, build_type: Release, cppstd: 20 }
31+
- { compiler: clang, version: 19, build_type: Release, cppstd: 20 }
32+
- { compiler: clang, version: 20, build_type: Release, cppstd: 20 }
33+
2134
container:
2235
image: ${{ matrix.config.compiler == 'clang' && 'teeks99/clang-ubuntu' || matrix.config.compiler }}:${{ matrix.config.version }}
2336
name: "${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }})"

0 commit comments

Comments
 (0)