Skip to content

Commit 45bc952

Browse files
ci: test against OpenSSL 3.3
1 parent 9816c37 commit 45bc952

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

.github/workflows/build.yml

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- 2.5
2626
- 2.4
2727
gemfile:
28+
- openssl_3_3
2829
- openssl_3_2
2930
- openssl_3_1
3031
- openssl_3_0
@@ -45,6 +46,12 @@ jobs:
4546
gemfile: openssl_3_2
4647
- ruby-version: '2.6'
4748
gemfile: openssl_3_2
49+
- ruby-version: '2.4'
50+
gemfile: openssl_3_3
51+
- ruby-version: '2.5'
52+
gemfile: openssl_3_3
53+
- ruby-version: '2.6'
54+
gemfile: openssl_3_3
4855
env:
4956
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
5057
steps:

Appraisals

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# frozen_string_literal: true
22

3+
appraise "openssl_3_3" do
4+
gem "openssl", "~> 3.3.0"
5+
end
6+
37
appraise "openssl_3_2" do
48
gem "openssl", "~> 3.2.0"
59
end

gemfiles/openssl_3_3.gemfile

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem "appraisal", "~> 2.2"
6+
gem "byebug", "~> 11.0"
7+
gem "ed25519", "~> 1.2"
8+
gem "rake", "~> 13.0"
9+
gem "rspec", "~> 3.0"
10+
gem "rubocop", "~> 1.0"
11+
gem "openssl", "~> 3.3.0"
12+
13+
gemspec path: "../"

0 commit comments

Comments
 (0)