We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4159ec commit 758d9f5Copy full SHA for 758d9f5
.github/workflows/build.yml
@@ -42,6 +42,11 @@ jobs:
42
openssl: '1.1.1w'
43
- ruby: '2.5'
44
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
+
50
51
steps:
52
- uses: actions/checkout@v4
0 commit comments