Skip to content

Commit 724f325

Browse files
committed
ci: test against openssl 3.0.0
1 parent b86aaae commit 724f325

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- 2.5.8
2323
- 2.4.10
2424
gemfile:
25+
- openssl_3_0
2526
- openssl_2_2
2627
- openssl_2_1
2728
- openssl_2_0

Appraisals

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# frozen_string_literal: true
22

3+
appraise "openssl_3_0" do
4+
gem "openssl", "~> 3.0.0"
5+
end
6+
37
appraise "openssl_2_2" do
48
gem "openssl", "~> 2.2.0"
59
end

0 commit comments

Comments
 (0)