From c223fbe8a399203390fe29d320ce631d2c2d593e Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Wed, 23 Nov 2022 00:09:17 +0900 Subject: [PATCH] FreeBSD CI: Add test with OpenSSL 3.0.x As the stable version uses OpenSSL 3.0.x, it is nice to perform test with OpenSSL 3.0.x as well. Also, update FreeBSD to 13.1. --- .cirrus.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 84438f96..4574d902 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,12 +2,15 @@ FreeBSD_task: matrix: env: SSL: openssl + env: + # OpenSSL 3.0.x + SSL: openssl-devel env: # base openssl SSL: matrix: freebsd_instance: - image_family: freebsd-12-1 + image_family: freebsd-13-1 prepare_script: - pkg install -y pkgconf cmake git libsodium $SSL - git submodule update --init --recursive