github: Add a build against OpenSSL 3.0

This commit is contained in:
Tobias Brunner
2022-04-14 19:05:45 +02:00
parent 76ff49b761
commit a5cfa57134
2 changed files with 46 additions and 1 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
test: [ botan, wolfssl, openssl, gcrypt ]
test: [ botan, wolfssl, openssl, openssl-3, gcrypt ]
leak-detective: [ no, yes ]
env:
LEAK_DETECTIVE: ${{ matrix.leak-detective || 'no' }}