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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new cc71a3e Replace GitHub build for Java 15 with Java 16 and drop Java
16-ea.
cc71a3e is described below
commit cc71a3e10ac0b6ecef60c668ab39ec2551e21b32
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 17 15:55:37 2021 -0400
Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea.
---
.github/workflows/maven.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index fd3ee6a..daf31fe 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,11 +25,9 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 8, 11, 15 ]
+ java: [ 8, 11, 16 ]
experimental: [false]
include:
- - java: 16-ea
- experimental: true
- java: 17-ea
experimental: true