From 65bb01111320dfd0d25e21e1fd4d3f2b77532669 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 5 Sep 2021 19:37:39 +1000 Subject: [PATCH] Test against OpenSSL 3 branch as well as dev. Now that OpenSSL development has moved to 3.1, test against the most recent version of the openssl-3.0 branch too. --- .github/workflows/c-cpp.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 289b18b7f..57729d7f5 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -40,6 +40,7 @@ jobs: - { os: ubuntu-latest, configs: openssl-1.1.0h } - { os: ubuntu-latest, configs: openssl-1.1.1 } - { os: ubuntu-latest, configs: openssl-1.1.1k } + - { os: ubuntu-latest, configs: openssl-3.0 } - { os: ubuntu-18.04, configs: pam } - { os: ubuntu-18.04, configs: kerberos5 } - { os: ubuntu-18.04, configs: libedit }