Skip to content

Commit 1778044

Browse files
committed
Enable full matrix on Linux
1 parent a2d342d commit 1778044

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,24 @@ jobs:
1212
matrix:
1313
config:
1414
- { compiler: gcc, version: 10, build_type: Release, cppstd: 17 }
15-
# - { compiler: gcc, version: 11, build_type: Debug, cppstd: 17 }
16-
# - { compiler: gcc, version: 12, build_type: Release, cppstd: 17 }
17-
# - { compiler: gcc, version: 13, build_type: Debug, cppstd: 17 }
18-
# - { compiler: gcc, version: 13, build_type: Release, cppstd: 17 }
19-
# - { compiler: gcc, version: 14, build_type: Debug, cppstd: 20 }
20-
# - { compiler: gcc, version: 14, build_type: Release, cppstd: 20 }
21-
# - { compiler: gcc, version: 15, build_type: Debug, cppstd: 20 }
22-
# - { compiler: gcc, version: 15, build_type: Release, cppstd: 20 }
15+
- { compiler: gcc, version: 11, build_type: Debug, cppstd: 17 }
16+
- { compiler: gcc, version: 12, build_type: Release, cppstd: 17 }
17+
- { compiler: gcc, version: 13, build_type: Debug, cppstd: 17 }
18+
- { compiler: gcc, version: 14, build_type: Debug, cppstd: 20 }
19+
- { compiler: gcc, version: 14, build_type: Release, cppstd: 20 }
20+
- { compiler: gcc, version: 15, build_type: Debug, cppstd: 20 }
21+
- { compiler: gcc, version: 15, build_type: Release, cppstd: 20 }
2322

2423
- { compiler: clang, version: 11, build_type: Release, cppstd: 17 }
25-
# - { compiler: clang, version: 11, build_type: Debug, cppstd: 17 }
26-
# - { compiler: clang, version: 12, build_type: Debug, cppstd: 17 }
27-
# - { compiler: clang, version: 13, build_type: Debug, cppstd: 17 }
28-
# - { compiler: clang, version: 14, build_type: Debug, cppstd: 17 }
29-
# - { compiler: clang, version: 15, build_type: Release, cppstd: 20 }
30-
# - { compiler: clang, version: 16, build_type: Release, cppstd: 20 }
31-
# - { compiler: clang, version: 17, build_type: Release, cppstd: 20 }
32-
# - { compiler: clang, version: 18, build_type: Release, cppstd: 20 }
33-
# - { compiler: clang, version: 19, build_type: Release, cppstd: 20 }
34-
# - { compiler: clang, version: 20, build_type: Release, cppstd: 20 }
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 }
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 }
3533

3634
container:
3735
image: ${{ matrix.config.compiler == 'clang' && 'teeks99/clang-ubuntu' || matrix.config.compiler }}:${{ matrix.config.version }}

0 commit comments

Comments
 (0)