summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-09-17 13:03:31 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-09-17 13:03:31 +1000
commit8a7a06ee505cb833e613f74a07392e9296286c30 (patch)
tree336f4fb4d0a91aed467f25704dcb2a4c61d991d2
parentc25c84074a47f700dd6534995b4af4b456927150 (diff)
Test against LibreSSL 3.2.6, 3.3.4, 3.4.0.
-rw-r--r--.github/workflows/c-cpp.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 84e680dd..152ddaa4 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -31,7 +31,9 @@ jobs:
- { os: ubuntu-latest, configs: libressl-2.2.9 }
- { os: ubuntu-latest, configs: libressl-2.8.3 }
- { os: ubuntu-latest, configs: libressl-3.0.2 }
- - { os: ubuntu-latest, configs: libressl-3.2.5 }
+ - { os: ubuntu-latest, configs: libressl-3.2.6 }
+ - { os: ubuntu-latest, configs: libressl-3.3.4 }
+ - { os: ubuntu-latest, configs: libressl-3.4.0 }
- { os: ubuntu-latest, configs: openssl-master }
- { os: ubuntu-latest, configs: openssl-noec }
- { os: ubuntu-latest, configs: openssl-1.0.1 }