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 dc28b4e commit e2ba3c0
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 @@ -25,6 +25,7 @@ jobs:
- 2.5
- 2.4
gemfile:
- openssl_3_2
- openssl_3_1
- openssl_3_0
- openssl_2_2
Expand All @@ -38,6 +39,12 @@ jobs:
gemfile: openssl_3_1
- ruby-version: '2.5'
gemfile: openssl_3_1
- ruby-version: '2.4'
gemfile: openssl_3_2
- ruby-version: '2.5'
gemfile: openssl_3_2
- ruby-version: '2.6'
gemfile: openssl_3_2
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
steps:
Expand Down

0 comments on commit e2ba3c0

Please # to comment.