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 e2995e95d90ff15a7f4b750e20787422d39debb6
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed Mar 29 12:55:03 2023 +0100

    NO-JIRA: update GHA build to use JDK 20 rather than 19
---
 .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 d6681845e9..70991811a4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 11, 17, 19 ]
+        java: [ 11, 17, 20 ]
 
     steps:
       - uses: actions/checkout@v3
@@ -48,7 +48,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 11, 17, 19 ]
+        java: [ 11, 17, 20 ]
 
     steps:
       - uses: actions/checkout@v3

Reply via email to