We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d451e commit e2719abCopy full SHA for e2719ab
2 files changed
.github/workflows/ci.yml
@@ -58,7 +58,6 @@ jobs:
58
strategy:
59
matrix:
60
compiler:
61
- - clang-3
62
- clang-6
63
- clang-8
64
- clang-9
README.md
@@ -29,7 +29,7 @@ This library is licensed under the Apache 2.0 License.
29
30
### Linux/Unix
31
Requirements:
32
-* Clang 3.9+ or GCC 4.4+
+* Clang 6+ or GCC 4.4+
33
* cmake 3.9+
34
* Java: Any JDK8 or above, ensure `JAVA_HOME` is set
35
* Maven
0 commit comments