Skip to content

Commit 438f8cd

Browse files
committed
Don't test with OpenSSL 3.0 on 3.8
1 parent 899eb41 commit 438f8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
strategy:
185185
fail-fast: false
186186
matrix:
187-
openssl_ver: [1.0.2u, 1.1.0l, 1.1.1l, 3.0.0-beta1]
187+
openssl_ver: [1.0.2u, 1.1.0l, 1.1.1l]
188188
env:
189189
OPENSSL_VER: ${{ matrix.openssl_ver }}
190190
MULTISSL_DIR: ${{ github.workspace }}/multissl

0 commit comments

Comments
 (0)