Skip to content

Commit

Permalink
ci: test against openssl 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolastemciuc committed Dec 16, 2024
1 parent 4950115 commit 7f62492
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- openssl_2_1
- openssl_3_0
- openssl_3_1
- openssl_3_2
exclude:
- ruby: '2.4'
gemfile: openssl_3_0
Expand All @@ -46,6 +47,12 @@ jobs:
gemfile: openssl_3_1
- ruby: '2.5'
gemfile: openssl_3_1
- ruby: '2.4'
gemfile: openssl_3_2
- ruby: '2.5'
gemfile: openssl_3_2
- ruby: '2.6'
gemfile: openssl_3_2
- ruby: '3.1'
gemfile: openssl_2_2
os: macos-13
Expand Down

0 comments on commit 7f62492

Please sign in to comment.