[Openvpn-devel,2/2] Add ubuntu 22.04 to Github Actions

Message ID 20220506132836.1318985-2-arne@rfc2549.org
State Accepted
Headers show
Series [Openvpn-devel,1/2] Add uncrustify check to github actions | expand

Commit Message

Arne Schwabe May 6, 2022, 3:28 a.m. UTC
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.
---
 .github/workflows/build.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Gert Doering May 6, 2022, 6:05 a.m. UTC | #1
Acked-by: Gert Doering <gert@greenie.muc.de>

Looks good.  Not tested anything, github can do that :-)

Added SOB.

Your patch has been applied to the master branch.

commit baa1e67f310b1db3c5b7b9b9f12867a86c947648
Author: Arne Schwabe
Date:   Fri May 6 15:28:36 2022 +0200

     Add ubuntu 22.04 to Github Actions

     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>


--
kind regards,

Gert Doering

Patch

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index dd23b1426..d34f4e9a9 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