@@ -14,10 +14,23 @@ jobs:
14
14
- { compiler: gcc, version: 10, build_type: Release, cppstd: 17 }
15
15
- { compiler: gcc, version: 11, build_type: Debug, cppstd: 20 }
16
16
- { 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
+
17
22
- { compiler: clang, version: 11, build_type: Release, cppstd: 14 }
18
23
- { compiler: clang, version: 11, build_type: Debug, cppstd: 17 }
19
24
- { 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 }
20
27
- { 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
+
21
34
container :
22
35
image : ${{ matrix.config.compiler == 'clang' && 'teeks99/clang-ubuntu' || matrix.config.compiler }}:${{ matrix.config.version }}
23
36
name : " ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }})"
0 commit comments