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-imaging.git
The following commit(s) were added to refs/heads/master by this push:
new b76efb6 Update GitHub build from Java 16 to 17.
b76efb6 is described below
commit b76efb67b075f53b33af28026fea15e2916f771c
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 28 11:10:05 2021 -0400
Update GitHub build from Java 16 to 17.
Update GitHub build from Java 17-EA to 18-EA but comment it (not there
yet).
---
.github/workflows/maven.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 1787143..61a6323 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,12 +24,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
- java: [ 8, 11, 16 ]
+ java: [ 8, 11, 17 ]
experimental: [false]
- include:
- - java: 17-ea
- os: ubuntu-latest
- experimental: true
+# include:
+# - java: 18-ea
+# os: ubuntu-latest
+# experimental: true
steps:
- uses: actions/[email protected]