Skip to content

Commit

Permalink
Update documentation to reflect that we test under more environments:
Browse files Browse the repository at this point in the history
- [Windows](#2686)
- [Java 17](#5801)
  • Loading branch information
cpovirk committed Jun 16, 2023
1 parent 8faf566 commit 4578c37
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,11 @@ flavor.
5. Our classes are not designed to protect against a malicious caller. You
should not use them for communication between trusted and untrusted code.

6. For the mainline flavor, we test the libraries using only OpenJDK 8 and
OpenJDK 11 on Linux. Some features, especially in `com.google.common.io`,
may not work correctly in other environments. For the Android flavor, our
unit tests also run on API level 15 (Ice Cream Sandwich).
6. For the mainline flavor, we test the libraries using OpenJDK 8, 11, and 17
on Linux, with some additional testing on newer JDKs and on Windows. Some
features, especially in `com.google.common.io`, may not work correctly in
non-Linux environments. For the Android flavor, our unit tests also run on
API level 15 (Ice Cream Sandwich).

[guava-snapshot-api-docs]: https://guava.dev/releases/snapshot-jre/api/docs/
[guava-snapshot-api-diffs]: https://guava.dev/releases/snapshot-jre/api/diffs/
Expand Down

0 comments on commit 4578c37

Please sign in to comment.