summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2023-04-11 16:49:19 +1000
committerDarren Tucker <dtucker@dtucker.net>2023-04-11 16:49:19 +1000
commit6452f89577ec4f22440c31b8e19b061d1a7c4b2a (patch)
tree3ceb5da4ceeee770525ea44792fa9fd8855ae0a6
parent2138f6be595ca106fe4805a1e3ab9c4d8acc697b (diff)
downloadopenssh-git-6452f89577ec4f22440c31b8e19b061d1a7c4b2a.tar.gz
Test against LibreSSL 3.7.2.
-rw-r--r--.github/workflows/c-cpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index fbd62f83..b6cd56c6 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -53,7 +53,7 @@ jobs:
- { target: ubuntu-latest, config: libressl-3.4.3 }
- { target: ubuntu-latest, config: libressl-3.5.3 }
- { target: ubuntu-latest, config: libressl-3.6.1 }
- - { target: ubuntu-latest, config: libressl-3.7.1 }
+ - { target: ubuntu-latest, config: libressl-3.7.2 }
- { target: ubuntu-latest, config: openssl-master }
- { target: ubuntu-latest, config: openssl-noec }
- { target: ubuntu-latest, config: openssl-1.1.1 }