You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/09/20 19:00:36 UTC

[aries-jax-rs-whiteboard] 02/02: update Java versions tested

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 <ro...@apache.org>
AuthorDate: Mon Sep 20 14:23:02 2021 -0400

    update Java versions tested
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 .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