From 49fc65f366c749d852582704577043709aa01bbc Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 30 May 2019 22:01:54 -0700 Subject: [PATCH] Bump 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 95e63d817..649ce4292 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -202,13 +202,13 @@ jobs: openssl_111: &openssl_111 library: openssl - version: 1.1.1b + version: 1.1.1c openssl_110: &openssl_110 library: openssl - version: 1.1.0j + version: 1.1.0k openssl_102: &openssl_102 library: openssl - version: 1.0.2r + version: 1.0.2s openssl_101: &openssl_101 library: openssl version: 1.0.1u diff --git a/appveyor.yml b/appveyor.yml index e30623305..e050d00c7 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_1b + OPENSSL_VERSION: 1_1_1c OPENSSL_DIR: C:\OpenSSL # 1.0.2, 32 bit - TARGET: i686-pc-windows-msvc BITS: 32 - OPENSSL_VERSION: 1_0_2r + OPENSSL_VERSION: 1_0_2s OPENSSL_DIR: C:\OpenSSL # mingw -- GitLab