This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 6f6b281b990 Add 3.21 branch for CI and removed 3.18 as its EOL
6f6b281b990 is described below
commit 6f6b281b9907e6346dbfa9ec916b967079456292
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jul 12 15:50:47 2023 +0200
Add 3.21 branch for CI and removed 3.18 as its EOL
---
.github/workflows/pr-build-camel-3.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pr-build-camel-3.yml
b/.github/workflows/pr-build-camel-3.yml
index 54cd54d6124..6ce2b15c342 100644
--- a/.github/workflows/pr-build-camel-3.yml
+++ b/.github/workflows/pr-build-camel-3.yml
@@ -21,7 +21,7 @@ on:
pull_request:
branches:
- camel-3.20.x
- - camel-3.18.x
+ - camel-3.21.x
- camel-3.x
paths-ignore:
- .github/**