Skip to content

Commit 758d9f5

Browse files
chore: exclude tests against openssl v3.3+
1 parent d4159ec commit 758d9f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
openssl: '1.1.1w'
4343
- ruby: '2.5'
4444
openssl: '1.1.1w'
45+
exclude:
46+
openssl: '3.5.0' # See https://github.com/cedarcode/tpm-key_attestation/issues/51
47+
openssl: '3.4.1' # See https://github.com/cedarcode/webauthn-ruby/issues/463
48+
openssl: '3.3.3' # See https://github.com/cedarcode/webauthn-ruby/issues/463
49+
4550

4651
steps:
4752
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)