Skip to content

Commit e2719ab

Browse files
authored
Remove clang-3 from CI (#889)
1 parent 83d451e commit e2719ab

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
strategy:
5959
matrix:
6060
compiler:
61-
- clang-3
6261
- clang-6
6362
- clang-8
6463
- clang-9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This library is licensed under the Apache 2.0 License.
2929

3030
### Linux/Unix
3131
Requirements:
32-
* Clang 3.9+ or GCC 4.4+
32+
* Clang 6+ or GCC 4.4+
3333
* cmake 3.9+
3434
* Java: Any JDK8 or above, ensure `JAVA_HOME` is set
3535
* Maven

0 commit comments

Comments
 (0)