Skip to content

Commit 08bb776

Browse files
allow MySQl 9.0.1 to run on macOS 13
1 parent 02b1e0f commit 08bb776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ export const MYSQL_MIN_OS_SUPPORT = {
161161
'8.0.23 - 8.0.27': '19.0.0',
162162
'8.0.28 - 8.0.31': '20.0.0',
163163
'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'
164+
'8.0.35 - 8.0.39 || 8.1.0 - 8.4.2 || 9.0.1': '22.0.0',
165+
'8.0.40 - 8.0.41 || 8.4.3 - 8.4.4 || 9.1.0 - 9.2.0': '23.0.0'
166166
}
167167
} as const;
168168
export const DMR_MYSQL_VERSIONS = '8.0.0 - 8.0.2';

0 commit comments

Comments
 (0)