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

jiriondrusek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 3a5b473e34 Add 3.27.x stream to LTS maintenance branch workflow
3a5b473e34 is described below

commit 3a5b473e342368c306c4127ad9ae748fc61532b6
Author: James Netherton <[email protected]>
AuthorDate: Wed Oct 29 13:29:38 2025 +0000

    Add 3.27.x stream to LTS maintenance branch workflow
---
 .github/workflows/quarkus-lts-ci-build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/quarkus-lts-ci-build.yaml 
b/.github/workflows/quarkus-lts-ci-build.yaml
index 233d1f1c26..801d041658 100644
--- a/.github/workflows/quarkus-lts-ci-build.yaml
+++ b/.github/workflows/quarkus-lts-ci-build.yaml
@@ -24,8 +24,8 @@ on:
         type: choice
         description: "The Quarkus maintenance branch to test"
         options:
+          - "3.27"
           - "3.20"
-          - "3.15"
         required: true
 
 concurrency:

Reply via email to