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 d0e2208 Drop Java 12 and 13 from GitHub builds.
d0e2208 is described below
commit d0e22083ca8b48043b4aeeab451c97461ac89867
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 22 10:36:02 2020 -0400
Drop Java 12 and 13 from GitHub builds.
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 055919f..ffaa22e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- java: [ 8, 11, 12, 13, 14 ]
+ java: [ 8, 11, 14 ]
steps:
- uses: actions/checkout@v1