From 6f0697b7ca841154ac2fb04825b60d44450020e6 Mon Sep 17 00:00:00 2001
From: Haoyu Sun <hasun@redhat.com>
Date: Fri, 17 Jun 2022 12:54:17 +0200
Subject: [PATCH] update CI workflow for release 0.11

Signed-off-by: Haoyu Sun <hasun@redhat.com>
---
 .github/workflows/versions.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/versions.yaml b/.github/workflows/versions.yaml
index f722145f..33529467 100644
--- a/.github/workflows/versions.yaml
+++ b/.github/workflows/versions.yaml
@@ -12,10 +12,10 @@ jobs:
     strategy:
       matrix:
         branch:
-          - 'release-0.7'
           - 'release-0.8'
           - 'release-0.9'
           - 'release-0.10'
+          - 'release-0.11'
           - 'main'
     steps:
     - uses: actions/checkout@v3
@@ -67,7 +67,7 @@ jobs:
           - [x] `NONE` (if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)
 
           ## Changelog entry
-          
+
           ```release-note
 
           ```
-- 
GitLab