summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Vatiainen <hvn@radiatorsoftware.com>2023-06-23 11:10:32 +0300
committerHeikki Vatiainen <hvn@radiatorsoftware.com>2023-06-23 11:32:47 +0300
commit5ab549fb8a45119d3016f8b3e6a3b37162498ed2 (patch)
treecca8f89b75b8710dcb7d6d8abe31cb3399b4403c
parent16c9516b3ac176c43c6be73607cb6926968cb249 (diff)
GH-436 Update ubuntu-openssl and ubuntu-libressl jobs with the latest releases.
Add OpenSSL 3.1 and LibreSSL 3.7 minor releases starting with 3.1.1 and 3.7.3. Update OpenSSL 1.1 to 1.1.1u and LibreSSL 3.6 to 3.6.3.
-rw-r--r--.github/workflows/ci.yml20
1 files changed, 13 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0468961..ed103e3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,12 +1,16 @@
# The CI workflow tests Net-SSLeay against the following setups:
#
# - OS: Ubuntu 20.04
-#
# - Perl: the latest patch release of every minor release since 5.8
-#
# - libssl: the latest patch release of every minor release between:
-# - OpenSSL: 0.9.8 and 3.0
-# - LibreSSL: 2.2 and 3.6
+# - OpenSSL: 0.9.8 and 3.1
+# - LibreSSL: 2.2 and 3.7
+#
+# - Non-x86 architectures on Alpine Linux and Ubuntu
+#
+# - Various BSDs with different LibreSSL and OpenSSL versions
+#
+# - Windows with Cygwin
name: CI
@@ -46,8 +50,9 @@ jobs:
- '5.10'
- '5.8'
openssl:
- - '3.0.8'
- - '1.1.1t'
+ - '3.1.1'
+ - '3.0.9'
+ - '1.1.1u'
- '1.1.0l'
- '1.0.2u'
- '1.0.1u'
@@ -112,7 +117,8 @@ jobs:
- '5.10'
- '5.8'
libressl:
- - '3.6.2'
+ - '3.7.3'
+ - '3.6.3'
- '3.5.4'
- '3.4.3'
- '3.3.6'