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 bc93eb3faf NO-JIRA: also update checks job to ga build
bc93eb3faf is described below

commit bc93eb3faf42d5caf87742a368d43fa47495ce56
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Wed Oct 18 14:48:30 2023 +0100

    NO-JIRA: also update checks job to ga build
---
 .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 e094ae6036..9b1f99f56f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 11, 17, 21-ea ]
+        java: [ 11, 17, 21 ]
 
     steps:
       - uses: actions/checkout@v3

Reply via email to