Skip to content

Commit 3378fc4

Browse files
committed
Add table to Supported Platforms section in README
1 parent 2bba452 commit 3378fc4

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -129,18 +129,14 @@ The precise version of GoogleTest that will be used is maintained in
129129

130130
### Supported Platforms
131131

132-
This project officially supports:
133-
134-
* GCC versions 12–15
135-
* LLVM Clang++ (with libstdc++ or libc++) versions 18–21
136-
* AppleClang version 17.0.0 (i.e., the [latest version on GitHub-hosted macOS runners](https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md))
137-
* MSVC version 19.44.35215.0 (i.e., the [latest version on GitHub-hosted Windows runners](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md))
138-
139-
> [!NOTE]
140-
>
141-
> Versions above these ranges would likely work as well,
142-
> (e.g. HEAD/ nightly).
143-
> These development environments are verified using our CI configuration in [.github/workflows/ci_tests.yml](.github/workflows/ci_tests.yml).
132+
| Compiler | Version | C++ Standards | Standard Library |
133+
|------------|---------|---------------|-------------------|
134+
| GCC | 15-13 | C++26-C++20 | libstdc++ |
135+
| GCC | 12 | C++23, C++20 | libstdc++ |
136+
| Clang | 22-19 | C++26-C++20 | libstdc++, libc++ |
137+
| Clang | 18 | C++26-C++20 | libc++ |
138+
| AppleClang | latest | C++26-C++20 | libc++ |
139+
| MSVC | latest | C++23 | MSVC STL |
144140

145141
### Instructions
146142

0 commit comments

Comments
 (0)