Skip to content

Commit 110b23d

Browse files
authored
Remove clang-3 from CI (#807)
* Remove clang-3 from CI * update README minimum clang version
1 parent 332c615 commit 110b23d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ jobs:
9494
strategy:
9595
matrix:
9696
compiler:
97-
- clang-3
9897
- clang-6
9998
- clang-8
10099
- clang-9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __Jump To:__
4242

4343
### Minimum Requirements
4444
* C++ 11 or higher
45-
* Clang 3.9+ or GCC 4.8+ or MSVC 2015+
45+
* Clang 6+ or GCC 4.8+ or MSVC 2015+
4646
* CMake 3.9+
4747

4848
[Step-by-step instructions](./documents/PREREQUISITES.md)

0 commit comments

Comments
 (0)