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-io.git
The following commit(s) were added to refs/heads/master by this push:
new c1ee777 Replace GitHub build for Java 15 with Java 16 and drop Java
16-ea.
c1ee777 is described below
commit c1ee77787f74ce9b660bf377462059d084458fef
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 17 15:48:04 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