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 6dc225c714 NO-JIRA: use release build now that Temurin 21 is out
6dc225c714 is described below
commit 6dc225c71409e9d41a95e375dd7d5099587e5090
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue Oct 10 16:47:28 2023 +0100
NO-JIRA: use release build now that Temurin 21 is out
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4657854dff..e094ae6036 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 11, 17, 21-ea ]
+ java: [ 11, 17, 21 ]
steps:
- uses: actions/checkout@v3