This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 5bc1287 Add Java 16-ea.
5bc1287 is described below
commit 5bc1287eae43f30afd483162c1e12694c8ea01b9
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 26 17:27:27 2020 -0400
Add Java 16-ea.
---
.github/workflows/maven.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 86bbf63..691df80 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,6 +29,9 @@ jobs:
include:
- java: 15-ea
experimental: true
+ include:
+ - java: 16-ea
+ experimental: true
steps:
- uses: actions/[email protected]