From 0a2e8c67f25225022f9a2d07f5db2fe7d82c4007 Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Wed, 13 May 2020 14:48:27 +0900 Subject: .github/workflows: update OpenSSL and LibreSSL versions to test with --- .github/workflows/test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c605315..985a626b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,15 +73,16 @@ jobs: - openssl-1.0.1u # EOL - openssl-1.0.2u # EOL - openssl-1.1.0l # EOL - - openssl-1.1.1d + - openssl-1.1.1g # - libressl-2.3.7 # EOL # - libressl-2.4.5 # EOL # - libressl-2.5.5 # EOL # - libressl-2.6.5 # EOL - - libressl-2.7.5 # EOL - - libressl-2.8.3 # EOL - - libressl-2.9.2 + # - libressl-2.7.5 # EOL + # - libressl-2.8.3 # EOL + - libressl-2.9.2 # EOL - libressl-3.0.2 + - libressl-3.1.1 steps: - name: repo checkout uses: actions/checkout@v2 -- cgit v1.2.3