From c295fce45cc66fd475a87ebdf01242e12bf8ba5f Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 1 Oct 2019 15:34:33 -0700 Subject: [PATCH] Upgrade CI versions --- .circleci/config.yml | 6 +++--- appveyor.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 78e0dfc0..e47fe48f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -206,13 +206,13 @@ jobs: openssl_111: &openssl_111 library: openssl - version: 1.1.1c + version: 1.1.1d openssl_110: &openssl_110 library: openssl - version: 1.1.0k + version: 1.1.0l openssl_102: &openssl_102 library: openssl - version: 1.0.2s + version: 1.0.2t openssl_101: &openssl_101 library: openssl version: 1.0.1u diff --git a/appveyor.yml b/appveyor.yml index e050d00c..0bbe6aef 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,13 +4,13 @@ environment: # 1.1.1, 64 bit - TARGET: x86_64-pc-windows-msvc BITS: 64 - OPENSSL_VERSION: 1_1_1c + OPENSSL_VERSION: 1_1_1d OPENSSL_DIR: C:\OpenSSL # 1.0.2, 32 bit - TARGET: i686-pc-windows-msvc BITS: 32 - OPENSSL_VERSION: 1_0_2s + OPENSSL_VERSION: 1_0_2t OPENSSL_DIR: C:\OpenSSL # mingw