aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorArne Schwabe2022-05-06 15:28:36 +0200
committerGert Doering2022-05-06 18:02:59 +0200
commitbaa1e67f310b1db3c5b7b9b9f12867a86c947648 (patch)
tree8399c0ae2da2472e1d53328b4715b6caac3837eb /.github
parent2faa20caa48dc540a776acb17b6a9525bb60f3db (diff)
downloadopenvpn-baa1e67f310b1db3c5b7b9b9f12867a86c947648.zip
openvpn-baa1e67f310b1db3c5b7b9b9f12867a86c947648.tar.gz
Add ubuntu 22.04 to Github Actions
This adds Ubuntu 22.04 to the Github actions. mbed TLS in 22.04 is still old enough (2.28) to build with OpenVPN and GPL licensed. Signed-off-by: Arne Schwabe <arne@rfc2549.org> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20220506132836.1318985-2-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24299.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index dd23b14..d34f4e9 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -159,7 +159,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-18.04, ubuntu-20.04]
+ os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
sslpkg: [libmbedtls-dev]
ssllib: [mbedtls]
libname: [mbed TLS]
@@ -177,6 +177,10 @@ jobs:
sslpkg: "libssl-dev"
libname: OpenSSL 1.1.1
ssllib: openssl
+ - os: ubuntu-22.04
+ sslpkg: "libssl-dev"
+ libname: OpenSSL 3.0.2
+ ssllib: openssl
- os: ubuntu-20.04
sslpkg: "libssl-dev"
libname: OpenSSL 1.1.1