Skip to content

Commit 7159b63

Browse files
committed
Enable Tls13 for MySQL 8.0.
1 parent 46783e3 commit 7159b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
unsupportedFeatures: 'Ed25519,CachingSha2Password,Tls13,UuidToBin'
141141
'MySQL 8.0':
142142
image: 'mysql:8.0'
143-
unsupportedFeatures: 'Ed25519,Tls13'
143+
unsupportedFeatures: 'Ed25519'
144144
'Percona 5.7':
145145
image: 'percona:5.7.22'
146146
unsupportedFeatures: 'CachingSha2Password,Ed25519,Tls13,UuidToBin'

0 commit comments

Comments
 (0)