@@ -138,7 +138,6 @@ def run(command, comment=None, env=None, service=None, tag=None, args=None, data
138138 tag = f"postgres_{ version } " if runtime == "async-std" else f"postgres_{ version } _{ runtime } " ,
139139 )
140140
141- < << << << HEAD
142141 ## +ssl
143142 for version in ["14" , "13" , "12" , "11" , "10" ]:
144143 run (
@@ -149,10 +148,8 @@ def run(command, comment=None, env=None, service=None, tag=None, args=None, data
149148 tag = f"postgres_{ version } _ssl" if runtime == "async-std" else f"postgres_{ version } _ssl_{ runtime } " ,
150149 )
151150
152- == == == =
153- >> >> >> > c85c4d2b (Add client ssl tests for MariaDB and MySQL )
154151 ## +client-ssl
155- for version in ["14_client_ssl" , "13_client_ssl" , "12_client_ssl" , "11_client_ssl" , "10_client_ssl" , "9_6_client_ssl" ]:
152+ for version in ["14_client_ssl" , "13_client_ssl" , "12_client_ssl" , "11_client_ssl" , "10_client_ssl" ]:
156153 run (
157154 f"cargo test --no-default-features --features macros,offline,any,all-types,postgres,runtime-{ runtime } -{ tls } " ,
158155 comment = f"test postgres { version } no-password" ,
@@ -174,7 +171,7 @@ def run(command, comment=None, env=None, service=None, tag=None, args=None, data
174171 )
175172
176173 ## +client-ssl
177- for version in ["8_client_ssl" , "5_7_client_ssl" , "5_6_client_ssl" ]:
174+ for version in ["8_client_ssl" , "5_7_client_ssl" ]:
178175 run (
179176 f"cargo test --no-default-features --features macros,offline,any,all-types,mysql,runtime-{ runtime } -{ tls } " ,
180177 comment = f"test mysql { version } no-password" ,
@@ -187,7 +184,7 @@ def run(command, comment=None, env=None, service=None, tag=None, args=None, data
187184 # mariadb
188185 #
189186
190- for version in ["10_6" , "10_5" , "10_4" , "10_3" , "10_2" ]:
187+ for version in ["10_6" , "10_5" , "10_4" , "10_3" ]:
191188 run (
192189 f"cargo test --no-default-features --features macros,offline,any,all-types,mysql,runtime-{ runtime } -{ tls } " ,
193190 comment = f"test mariadb { version } " ,
@@ -196,7 +193,7 @@ def run(command, comment=None, env=None, service=None, tag=None, args=None, data
196193 )
197194
198195 ## +client-ssl
199- for version in ["10_6_client_ssl" , "10_5_client_ssl" , "10_4_client_ssl" , "10_3_client_ssl" , "10_2_client_ssl" ]:
196+ for version in ["10_6_client_ssl" , "10_5_client_ssl" , "10_4_client_ssl" , "10_3_client_ssl" ]:
200197 run (
201198 f"cargo test --no-default-features --features macros,offline,any,all-types,mysql,runtime-{ runtime } -{ tls } " ,
202199 comment = f"test mariadb { version } no-password" ,
0 commit comments