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 26ec2c8 Check to see if Java 17 has propagated to all of GitHub.
26ec2c8 is described below
commit 26ec2c8f5606fb4e8f549dfcc539b885d019628d
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 28 09:02:05 2021 -0400
Check to see if Java 17 has propagated to all of GitHub.
---
.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 627cfd1..f9a220a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
- java: [ 8, 11, 16 ]
+ java: [ 8, 11, 17 ]
experimental: [false]
include:
- java: 17-ea