This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 3.33.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 1a37b1553e16343a658efadb446168618a17a803 Author: James Netherton <[email protected]> AuthorDate: Fri Apr 24 13:55:50 2026 +0100 Add 3.33 to branch options in the LTS CI workflow --- .github/workflows/quarkus-lts-ci-build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/quarkus-lts-ci-build.yaml b/.github/workflows/quarkus-lts-ci-build.yaml index e36e18e21e..1711168d11 100644 --- a/.github/workflows/quarkus-lts-ci-build.yaml +++ b/.github/workflows/quarkus-lts-ci-build.yaml @@ -24,6 +24,7 @@ on: type: choice description: "The Quarkus maintenance branch to test" options: + - "3.33" - "3.27" - "3.20" required: true
