Skip to content

Commit fd4dd6d

Browse files
committed
.github/workflows: test against OpenSSL 3.0
Although OpenSSL 3.0 support is not complete yet, our test suite should now run on OpenSSL 3.0.1 too.
1 parent d6535d1 commit fd4dd6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- openssl-1.0.2u # EOL
7575
- openssl-1.1.0l # EOL
7676
- openssl-1.1.1l
77+
- openssl-3.0.1
7778
- libressl-3.1.5 # EOL
7879
- libressl-3.2.6
7980
- libressl-3.3.4
@@ -89,7 +90,7 @@ jobs:
8990
curl -OL https://ftp.openssl.org/source/${{ matrix.openssl }}.tar.gz
9091
tar xf ${{ matrix.openssl }}.tar.gz && cd ${{ matrix.openssl }}
9192
# shared is required for 1.0.x.
92-
./Configure --prefix=$HOME/.openssl/${{ matrix.openssl }} \
93+
./Configure --prefix=$HOME/.openssl/${{ matrix.openssl }} --libdir=lib \
9394
shared linux-x86_64
9495
make depend
9596
;;

0 commit comments

Comments
 (0)