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-jcs.git
The following commit(s) were added to refs/heads/master by this push:
new 794ad88 Replace GitHub build for Java 15 with Java 16 and drop Java
16-ea.
794ad88 is described below
commit 794ad88d5834fb7567be4d0af29658155e1eeda5
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 17 15:48:47 2021 -0400
Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea.
---
.github/workflows/maven.yml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2676f3a..163e3f9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,15 +25,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
- java: [ 8, 11, 15 ]
+ java: [ 8, 11, 16 ]
experimental: [false]
include:
- - java: 16-ea
- os: ubuntu-latest
- experimental: true
- - java: 16-ea
- os: windows-latest
- experimental: true
- java: 17-ea
os: ubuntu-latest
experimental: true