Skip to content

Commit 506f534

Browse files
chore: exclude tests against openssl v3.3+
1 parent a8998ec commit 506f534

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.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@v5

0 commit comments

Comments
 (0)