Skip to content

Commit b2c9bf9

Browse files
update test versions
1 parent c772402 commit b2c9bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/versions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { randomUUID } from 'crypto';
66
import { ServerOptions } from '../types';
77
import { normalize } from 'path';
88

9-
const versions = ['5.7.20', '5.7.43', '8.0.11', '8.0.0', '8.0.40', '8.4.3', '9.0.1']
9+
const versions = ['5.7.20', '5.7.43', '8.0.11', '8.0.0', '8.0.30', '8.1.0', '8.4.0', '9.0.0']
1010
const usernames = ['root', 'dbuser']
1111

1212
const GitHubActionsTempFolder = process.platform === 'win32' ? 'C:\\Users\\RUNNER~1\\mysqlmsn' : '/tmp/mysqlmsn'

0 commit comments

Comments
 (0)