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
The following commit(s) were added to refs/heads/main by this push:
new 3f2587c85a NO-JIRA: just use 21-ea (built from the JDK 21 RC1/GA tag)
for now while awaiting Temurin 21 GA
3f2587c85a is described below
commit 3f2587c85aa727def979d9412a8b44806f1634ba
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon Oct 2 11:07:42 2023 +0100
NO-JIRA: just use 21-ea (built from the JDK 21 RC1/GA tag) for now while
awaiting Temurin 21 GA
---
.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 f201e49515..4657854dff 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 11, 17, 20 ]
+ java: [ 11, 17, 21-ea ]
steps:
- uses: actions/checkout@v3
@@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 11, 17, 20 ]
+ java: [ 11, 17, 21-ea ]
steps:
- uses: actions/checkout@v3