Skip to content

Commit fd1f17f

Browse files
committed
test
1 parent 380f48b commit fd1f17f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def main(ref_name):
248248

249249
openssl_supports_quic = False
250250
try:
251-
openssl_supports_quic = version(clean_ssl(ssl)) > version("3.5.0")
251+
openssl_supports_quic = version(ssl.split("OPENSSL_VERSION=",1)[1]) > version("3.5.0")
252252
except:
253253
print("An exception occurred")
254254

0 commit comments

Comments
 (0)