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-ognl.git
The following commit(s) were added to refs/heads/master by this push:
new 92e65b8 Replace GitHub build for Java 15 with Java 16 and drop Java
16-ea.
92e65b8 is described below
commit 92e65b89cc486b72c84ac3887614315f52ff9062
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 17 15:51:35 2021 -0400
Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea.
Add Java 17-ea.
---
.github/workflows/maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 55cd006..2042534 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,10 +24,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- java: [ 8, 11, 15 ]
+ java: [ 8, 11, 16 ]
experimental: [false]
include:
- - java: 16-ea
+ - java: 17-ea
experimental: true
steps: