commit | c3f28a38d261de052143145e87c7292357d40692 | [log] [tgz] |
---|---|---|
author | Ilya Shipitsin <chipitsine@gmail.com> | Sat Jun 05 03:06:59 2021 +0000 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Jun 07 15:27:35 2021 +0200 |
tree | a44978d71b1bef71e7bd09d963a0645bdbe8fe87 | |
parent | a9334df5a9bee2bf17b22f965b08df8d47f2f63e [diff] |
CI: github actions: add OpenSSL-3.0.0 builds OpenSSL-3.0.0 is getting close to its release, let us add it to build matrix
diff --git a/.github/matrix.py b/.github/matrix.py index 9e9b395..1ff48aa 100644 --- a/.github/matrix.py +++ b/.github/matrix.py
@@ -108,6 +108,7 @@ for ssl in [ "stock", "OPENSSL_VERSION=1.0.2u", + "OPENSSL_VERSION=3.0.0-alpha17", "LIBRESSL_VERSION=2.9.2", "LIBRESSL_VERSION=3.3.3", "BORINGSSL=yes",