Skip to content

Commit

Permalink
Merge pull request #13 from nicolastemciuc/nt--test-against-openssl-l…
Browse files Browse the repository at this point in the history
…atest-versions

Test against `openssl` `3.2`
  • Loading branch information
santiagorodriguez96 authored Dec 16, 2024
2 parents 4095d77 + 5a115b9 commit 9816c37
Show file tree
Hide file tree
Showing 3 changed files with 24 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
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# frozen_string_literal: true

appraise "openssl_3_2" do
gem "openssl", "~> 3.2.0"
end

appraise "openssl_3_1" do
gem "openssl", "~> 3.1.0"
end
Expand Down
13 changes: 13 additions & 0 deletions gemfiles/openssl_3_2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal", "~> 2.2"
gem "byebug", "~> 11.0"
gem "ed25519", "~> 1.2"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.0"
gem "openssl", "~> 3.2.0"

gemspec path: "../"

0 comments on commit 9816c37

Please # to comment.