aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2023-11-27 09:37:28 +1100
committerDarren Tucker <dtucker@dtucker.net>2023-11-27 09:37:28 +1100
commit947affad4831df015c498c00c6351ea6f13895d5 (patch)
tree0fa42b1b2ae0bb58f99f8b33d3c83142ca369c37
parent747dce36206675ca6b885010a835733df469351b (diff)
downloadopenssh-947affad4831df015c498c00c6351ea6f13895d5.tar.gz
Add tests for OpenSSL 3.2.0 and 3.2 stable branch.
-rw-r--r--.github/workflows/c-cpp.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index bb427552a..8f624d210 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -72,8 +72,10 @@ jobs:
- { target: ubuntu-latest, config: openssl-3.0.12 }
- { target: ubuntu-latest, config: openssl-3.1.0 }
- { target: ubuntu-latest, config: openssl-3.1.4 }
+ - { target: ubuntu-latest, config: openssl-3.2.0 }
- { target: ubuntu-latest, config: openssl-1.1.1_stable }
- { target: ubuntu-latest, config: openssl-3.0 } # stable branch
+ - { target: ubuntu-latest, config: openssl-3.2 } # stable branch
- { target: ubuntu-latest, config: zlib-develop }
- { target: ubuntu-22.04, config: pam }
- { target: ubuntu-22.04, config: krb5 }