Skip to content

Commit

Permalink
ci: test against OpenSSL 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolastemciuc committed Feb 18, 2025
1 parent 0533694 commit b05f977
Show file tree
Hide file tree
Showing 3 changed files with 18 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_3
- openssl_3_2
- openssl_3_1
- openssl_3_0
Expand All @@ -38,14 +39,20 @@ jobs:
gemfile: openssl_3_1
- ruby: '2.4'
gemfile: openssl_3_2
- ruby: '2.4'
gemfile: openssl_3_3
- ruby: '2.5'
gemfile: openssl_3_0
- ruby: '2.5'
gemfile: openssl_3_1
- ruby: '2.5'
gemfile: openssl_3_2
- ruby: '2.5'
gemfile: openssl_3_3
- ruby: '2.6'
gemfile: openssl_3_2
- ruby: '2.6'
gemfile: openssl_3_3

env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ appraise "openssl_3_2" do
gem "openssl", "~> 3.2.0"
end

appraise "openssl_3_3" do
gem "openssl", "~> 3.3.0"
end

appraise "openssl_default" do
end
7 changes: 7 additions & 0 deletions gemfiles/openssl_3_3.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "openssl", "~> 3.3.0"

gemspec path: "../"

0 comments on commit b05f977

Please sign in to comment.