File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - dubbo-3.2.x
7- - dubbo-2.x
7+ - dubbo-2.7. x
88 - release/*
99 paths-ignore :
1010 - ' **.md'
1111 pull_request :
1212 branches :
1313 - dubbo-3.2.x
14- - dubbo-2.x
14+ - dubbo-2.7. x
1515 - release/*
1616 paths-ignore :
1717 - ' **.md'
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - dubbo-3.2.x
7- - dubbo-2.x
7+ - dubbo-2.7. x
88 - release/*
99 paths-ignore :
1010 - ' **.md'
3838 shopt -s nocasematch
3939 if [[ "${{ github.ref_name }}" == "dubbo-3.2.x" ]]; then
4040 echo "jdk=17" >> $GITHUB_OUTPUT
41- elif [[ "${{ github.ref_name }}" == "dubbo-2.x" ]]; then
41+ elif [[ "${{ github.ref_name }}" == "dubbo-2.7. x" ]]; then
4242 echo "jdk=8" >> $GITHUB_OUTPUT
4343 else
4444 echo "jdk=8" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - dubbo-3.2.x
7- - dubbo-2.x
7+ - dubbo-2.7. x
88 - release/*
99 paths-ignore :
1010 - ' **.md'
1111 pull_request :
1212 branches :
1313 - dubbo-3.2.x
14- - dubbo-2.x
14+ - dubbo-2.7. x
1515 - release/*
1616 paths-ignore :
1717 - ' **.md'
3333 echo $branch_name
3434 if [[ "$branch_name" == "dubbo-3.2.x" ]]; then
3535 echo "jdks=[8,17]" >> $GITHUB_OUTPUT
36- elif [[ "$branch_name" == "dubbo-2.x" ]]; then
36+ elif [[ "$branch_name" == "dubbo-2.7. x" ]]; then
3737 echo "jdks=[8]" >> $GITHUB_OUTPUT
3838 else
3939 echo "jdks=[8]" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments