diff options
Diffstat (limited to '.circleci/config.yml')
| -rw-r--r-- | .circleci/config.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 2cc6cced..0e6f90e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -108,9 +108,9 @@ openssl_101: &OPENSSL_101 libressl_250: &LIBRESSL_250 LIBRARY: libressl VERSION: 2.5.0 -libressl_270: &LIBRESSL_272 +libressl_270: &LIBRESSL_280 LIBRARY: libressl - VERSION: 2.7.2 + VERSION: 2.8.0 x86_64: &X86_64 TARGET: x86_64-unknown-linux-gnu @@ -195,10 +195,10 @@ jobs: <<: *JOB environment: <<: [*LIBRESSL_250, *X86_64, *BASE] - x86_64-libressl-2.7.2: + x86_64-libressl-2.8.0: <<: *JOB environment: - <<: [*LIBRESSL_272, *X86_64, *BASE] + <<: [*LIBRESSL_280, *X86_64, *BASE] macos: <<: *MACOS_JOB environment: @@ -226,6 +226,6 @@ workflows: - armhf-openssl-1.1.0 - armhf-openssl-1.0.2 - x86_64-libressl-2.5.0 - - x86_64-libressl-2.7.2 + - x86_64-libressl-2.8.0 - macos - macos-vendored |