travis-ci: upgraded OpenSSL to 1.1.1k. (#743)

This commit is contained in:
Johnny Wang 2021-06-01 12:20:27 +08:00 committed by GitHub
parent 4b5ec7edd7
commit 46610182dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ env:
matrix:
- OPENSSL_VER=1.0.2u OPENSSL_PATCH_VER=1.0.2h
- OPENSSL_VER=1.1.0l OPENSSL_PATCH_VER=1.1.0d
- OPENSSL_VER=1.1.1f OPENSSL_PATCH_VER=1.1.1f
- OPENSSL_VER=1.1.1k OPENSSL_PATCH_VER=1.1.1f
jobs:
include:
@ -83,7 +83,7 @@ jobs:
- <<: *linux-s390x
env: OPENSSL_VER=1.1.0l OPENSSL_PATCH_VER=1.1.0d
- <<: *linux-s390x
env: OPENSSL_VER=1.1.1f OPENSSL_PATCH_VER=1.1.1f
env: OPENSSL_VER=1.1.1k OPENSSL_PATCH_VER=1.1.1f
install:
- sudo cpanm --notest Test::Nginx IPC::Run3 > build.log 2>&1 || (cat build.log && exit 1)