Skip to content

Commit 7ca9c2c

Browse files
committed
Update UnsupportedFeatures for MySQL 5.x.
The latest MySQL Server 5.6.46 and 5.7.28 are linked with OpenSSL (instead of yaSSL) and support more TLS features. Switch back to ubuntu-latest, reverting 74e35c5.
1 parent 74e35c5 commit 7ca9c2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- job: linux_build
77
displayName: 'Linux Build'
88
pool:
9-
vmimage: 'ubuntu-16.04'
9+
vmimage: 'ubuntu-latest'
1010
steps:
1111
- template: '.ci/build-steps.yml'
1212

@@ -113,7 +113,7 @@ jobs:
113113
dependsOn: linux_build
114114
displayName: 'Linux Unit Tests'
115115
pool:
116-
vmimage: 'ubuntu-16.04'
116+
vmimage: 'ubuntu-latest'
117117
steps:
118118
- template: '.ci/mysqlconnector-tests-steps.yml'
119119

@@ -129,15 +129,15 @@ jobs:
129129
dependsOn: linux_build
130130
displayName: 'Linux Tests'
131131
pool:
132-
vmimage: 'ubuntu-16.04'
132+
vmimage: 'ubuntu-latest'
133133
strategy:
134134
matrix:
135135
'MySQL 5.6':
136136
image: 'mysql:5.6'
137-
unsupportedFeatures: 'Ed25519,Json,Sha256Password,RsaEncryption,LargePackets,CachingSha2Password,SessionTrack,Tls11,Tls12,Tls13,UuidToBin'
137+
unsupportedFeatures: 'Ed25519,Json,Sha256Password,LargePackets,CachingSha2Password,SessionTrack,Tls13,UuidToBin'
138138
'MySQL 5.7':
139139
image: 'mysql:5.7'
140-
unsupportedFeatures: 'Ed25519,RsaEncryption,CachingSha2Password,Tls12,Tls13,UuidToBin'
140+
unsupportedFeatures: 'Ed25519,CachingSha2Password,Tls13,UuidToBin'
141141
'MySQL 8.0':
142142
image: 'mysql:8.0'
143143
unsupportedFeatures: 'Ed25519,Tls13'

0 commit comments

Comments
 (0)