diff options
| author | Steven Fackler <[email protected]> | 2018-03-29 09:01:55 +0200 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2018-03-29 09:01:55 +0200 |
| commit | 7942db5e89148ac696342d2334cf6f64c991567b (patch) | |
| tree | b2c8e9c10df9210b91b69eb70877b008ebfbfc86 | |
| parent | Merge pull request #887 from sfackler/get-serialnumber (diff) | |
| download | rust-openssl-7942db5e89148ac696342d2334cf6f64c991567b.tar.xz rust-openssl-7942db5e89148ac696342d2334cf6f64c991567b.zip | |
Upgrade 1.1.0 and 1.0.2 test versions
| -rw-r--r-- | .circleci/config.yml | 4 | ||||
| -rw-r--r-- | appveyor.yml | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 353c27cd..41330618 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -94,10 +94,10 @@ openssl_111: &OPENSSL_111 VERSION: 1.1.1-pre2 openssl_110: &OPENSSL_110 LIBRARY: openssl - VERSION: 1.1.0g + VERSION: 1.1.0h openssl_102: &OPENSSL_102 LIBRARY: openssl - VERSION: 1.0.2n + VERSION: 1.0.2o openssl_101: &OPENSSL_101 LIBRARY: openssl VERSION: 1.0.1u diff --git a/appveyor.yml b/appveyor.yml index 0fbe363a..21c88fcd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,20 +5,20 @@ environment: - TARGET: i686-pc-windows-gnu BITS: 32 MSYS2: 1 - OPENSSL_VERSION: 1_1_0g + OPENSSL_VERSION: 1_1_0h - TARGET: x86_64-pc-windows-msvc BITS: 64 - OPENSSL_VERSION: 1_1_0g + OPENSSL_VERSION: 1_1_0h OPENSSL_DIR: C:\OpenSSL # 1.0.2, 64/32 bit - TARGET: x86_64-pc-windows-gnu BITS: 64 MSYS2: 1 - OPENSSL_VERSION: 1_0_2n + OPENSSL_VERSION: 1_0_2o - TARGET: i686-pc-windows-msvc BITS: 32 - OPENSSL_VERSION: 1_0_2n + OPENSSL_VERSION: 1_0_2o OPENSSL_DIR: C:\OpenSSL - TARGET: x86_64-pc-windows-msvc VCPKG_DEFAULT_TRIPLET: x64-windows |