Skip to content

Commit

Permalink
Enable Tls13 for MySQL 8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Mar 5, 2020
1 parent 46783e3 commit 7159b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
unsupportedFeatures: 'Ed25519,CachingSha2Password,Tls13,UuidToBin'
'MySQL 8.0':
image: 'mysql:8.0'
unsupportedFeatures: 'Ed25519,Tls13'
unsupportedFeatures: 'Ed25519'
'Percona 5.7':
image: 'percona:5.7.22'
unsupportedFeatures: 'CachingSha2Password,Ed25519,Tls13,UuidToBin'
Expand Down

0 comments on commit 7159b63

Please sign in to comment.