Skip to content

Commit

Permalink
Previous major of 12.0 is 11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Feb 12, 2025
1 parent d00ca78 commit e84cb1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/bash_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,11 @@ upgrade_test_type() {
minor=${major_version##*.}
# with the earliest supported 11.X version
# and make this the upgrade from 10.11
if [ "$minor" -le 1 ]; then
if [ "$minor" -eq 0 ]; then
if ((major == 11)); then
prev_major_version="10.11"
elif ((major == 12)); then
prev_major_version="11.8"
else
bb_log_err "Unknown previous branch for $branch_tmp, please update this script"
exit 1
Expand Down

0 comments on commit e84cb1b

Please sign in to comment.