Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 26da8fa

Browse files
Merge pull request #909 from lukaszstolarczuk/add-new-valid-branch
add stable-1.11 to valid branches
2 parents 76e77c9 + 04913d4 commit 26da8fa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/gha.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
WORKDIR: utils/docker
5353
if:
5454
contains( 'refs/heads/master
55+
refs/heads/1.11
5556
refs/heads/1.10
5657
refs/heads/1.9
5758
refs/heads/1.8

utils/docker/valid-branches.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ declare -A TARGET_BRANCHES=( \
1010
["stable-1.8"]="v1.8" \
1111
["stable-1.9"]="v1.9" \
1212
["stable-1.10"]="v1.10" \
13+
["stable-1.11"]="v1.11" \
1314
)

0 commit comments

Comments
 (0)