This is an automated email from the ASF dual-hosted git repository. rotty3000 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git
commit 3c0c3404c0ae65d47b4fc1074c25ff643b8caccb Author: Raymond Auge <[email protected]> AuthorDate: Mon Sep 20 14:23:02 2021 -0400 update Java versions tested Signed-off-by: Raymond Auge <[email protected]> --- .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 0ea546b..f045e9f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,7 +27,7 @@ jobs: JDKxx_Matrix: strategy: matrix: - java: [ 8, 11, 16, 17-ea ] + java: [ 8, 11, 17 ] os: [ ubuntu-latest ] include: - os: windows-latest
