From ec5e942705c05af08412fb2a876707310f6334cc Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Tue, 1 Feb 2022 14:53:42 +0100 Subject: [PATCH] test against latest LibreSSL ... and test against latest patch of the minor versions we use to test Signed-off-by: Steffen Jaeckel --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 42d42d4..b05980e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,8 +41,9 @@ jobs: strategy: matrix: libressl_versions: - - "v3.1.4" - - "v2.1.7" + - "v3.4.2" + - "v3.1.5" + - "v2.1.10" name: LibreSSL tests steps: