Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/configuration/upgrade-test-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,18 @@ upgrade-version: [{
}
]
},
{
upgrade-path: [
{
version: 17.4,
upgrade-type: null
},
{
version: target.latest,
upgrade-type: minor
}
]
},
{
upgrade-path: [
{
Expand Down
1 change: 0 additions & 1 deletion test/JDBC/upgrade/17_4/schedule
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,6 @@ view_sec_setting_before_17_6-or-16_10
alter-table-null-notnull
babel_binary-before-17_5-or-16_9
ascii_function_before-17_7-or-16_11
cast_string_to_binary-before-17_7
cast_binary_to_string-before-17_7
test_conv_text_to_binary-before-17_7
test_conv_text_to_string
Expand Down
Loading