This is an automated email from the ASF dual-hosted git repository.
squakez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new a194df4ef fix(ci): move to 2.10
a194df4ef is described below
commit a194df4efb1a4e331e26f388b3ca1b593f681ebc
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sat Aug 29 15:19:29 2026 +0200
fix(ci): move to 2.10
---
.github/workflows/nightly-automatic-updates.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/nightly-automatic-updates.yml
b/.github/workflows/nightly-automatic-updates.yml
index cf00f44da..077e80b8c 100644
--- a/.github/workflows/nightly-automatic-updates.yml
+++ b/.github/workflows/nightly-automatic-updates.yml
@@ -31,7 +31,7 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
- ref-branch: [main, release-2.9.x, release-2.11.x]
+ ref-branch: [main, release-2.10.x, release-2.11.x]
if: github.repository == 'apache/camel-k'
runs-on: ubuntu-latest