summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-09-05 19:37:39 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-09-05 19:43:13 +1000
commit65bb01111320dfd0d25e21e1fd4d3f2b77532669 (patch)
tree89073ec7b16a5e78f4eadfefd97ef8e178b4a6ca
parent864ed0d5e04a503b97202c776b7cf3f163f3eeaa (diff)
downloadopenssh-git-65bb01111320dfd0d25e21e1fd4d3f2b77532669.tar.gz
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.
-rw-r--r--.github/workflows/c-cpp.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 289b18b7..57729d7f 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 }