You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/10/28 10:18:36 UTC

[activemq-artemis] 03/03: ARTEMIS-4076: add a JDK 19 run to CI jobs

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit e4ef4831151f36292019c3ebb606608da630a20c
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Oct 27 11:56:49 2022 +0100

    ARTEMIS-4076: add a JDK 19 run to CI jobs
---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 19c9b19daa..d6681845e9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 11, 17 ]
+        java: [ 11, 17, 19 ]
 
     steps:
       - uses: actions/checkout@v3
@@ -48,7 +48,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 11, 17 ]
+        java: [ 11, 17, 19 ]
 
     steps:
       - uses: actions/checkout@v3