We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b1e0f commit 08bb776Copy full SHA for 08bb776
src/constants.ts
@@ -161,8 +161,8 @@ export const MYSQL_MIN_OS_SUPPORT = {
161
'8.0.23 - 8.0.27': '19.0.0',
162
'8.0.28 - 8.0.31': '20.0.0',
163
'8.0.32 - 8.0.34': '21.0.0',
164
- '8.0.35 - 8.0.39 || 8.1.0 - 8.4.2': '22.0.0',
165
- '8.0.40 - 8.0.41 || 8.4.3 - 9.2.0': '23.0.0'
+ '8.0.35 - 8.0.39 || 8.1.0 - 8.4.2 || 9.0.1': '22.0.0',
+ '8.0.40 - 8.0.41 || 8.4.3 - 8.4.4 || 9.1.0 - 9.2.0': '23.0.0'
166
}
167
} as const;
168
export const DMR_MYSQL_VERSIONS = '8.0.0 - 8.0.2';
0 commit comments