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 2022/04/11 01:02:32 UTC

[aries] 02/02: update CI JDKs for /spi-fly

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git

commit fa0d791f249a3b0177618a940c8362f99fa3c8d4
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Sun Apr 10 20:58:51 2022 -0400

    update CI JDKs for /spi-fly
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 .github/workflows/spi-fly.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/spi-fly.yml b/.github/workflows/spi-fly.yml
index a3d854ce8..e32a29b11 100644
--- a/.github/workflows/spi-fly.yml
+++ b/.github/workflows/spi-fly.yml
@@ -31,11 +31,11 @@ jobs:
   JDKxx_Matrix:
     strategy:
       matrix:
-        java: [ 8, 11, 16, 17-ea ]
+        java: [ 8, 11, 17, 18, 19-ea ]
         os: [ ubuntu-latest ]
         include:
         - os: windows-latest
-          java: 8
+          java: 17
     name: JDK${{ matrix.java }} ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps: