Skip to content

Commit

Permalink
ci: update pr-commentor rules matrix
Browse files Browse the repository at this point in the history
This commit adds rules for release-v3.10
and removes rules for release-v3.8.

Signed-off-by: Rakshith R <[email protected]>
  • Loading branch information
Rakshith-R authored and mergify[bot] committed Dec 1, 2023
1 parent 71a4672 commit 24ae2a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-commentor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:

strategy:
matrix:
branch: [release-v3.8, release-v3.9, devel]
branch: [release-v3.9, release-v3.10, devel]
k8s: ["1.25", "1.26", "1.27", "1.28"]
exclude:
# the next Ceph-CSI version will not be tested with old Kubernetes
- k8s: "1.25"
branch: "devel"
- k8s: "1.25"
branch: "release-v3.10"

# Ceph-CSI <= 3.9 was released before Kubernetes 1.28
- k8s: "1.28"
branch: "release-v3.8"
- k8s: "1.28"
branch: "release-v3.9"

Expand Down

0 comments on commit 24ae2a7

Please sign in to comment.