summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Novakovic <chris@chrisn.me.uk>2022-12-29 23:38:11 +0000
committerChris Novakovic <chris@chrisn.me.uk>2022-12-29 23:38:11 +0000
commitc9d4044f4632d75b384b668633c6d3789c12fa6f (patch)
treeca4882dd98d66c85b335d0d2d83f8dbfd533a61f
parenta240b159cd7ed7b956572644aed028f0e7d98646 (diff)
CI: test against OpenSSL 1.1.1s and 3.0.7
In the Ubuntu 20.04 OpenSSL matrix on GHA, bump the 1.1.1 and 3.0 patch releases to the latest versions (1.1.1s and 3.0.7). Closes #418.
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fd4e33d..f45d008 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,8 +46,8 @@ jobs:
- '5.10'
- '5.8'
openssl:
- - '3.0.2'
- - '1.1.1n'
+ - '3.0.7'
+ - '1.1.1s'
- '1.1.0l'
- '1.0.2u'
- '1.0.1u'