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

rzo1 pushed a commit to branch java21
in repository https://gitbox.apache.org/repos/asf/storm.git

commit dfbe554943200294f8ae974fdb8ed37ef82558c0
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Nov 9 15:05:44 2023 +0100

    See what happens with CI if we add Java 21 to the matrix
---
 .github/workflows/maven.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml
index a426d9b69..9c11bdeb3 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -28,7 +28,7 @@ jobs:
     strategy:
       matrix:
         os: [ ubuntu-latest ]
-        java: [ 11, 17 ]
+        java: [ 11, 17, 21 ]
         module: [ Client, Server, Core, External, Check-Updated-License-Files, 
Integration-Test ]
         experimental: [false]
       fail-fast: false

Reply via email to