Skip to content

Commit

Permalink
require ruby 3.2 for running 8.0.0 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Nov 17, 2024
1 parent aa0a510 commit 9f42a84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ appraisals = [

if RUBY_VERSION >= "3.1"
appraisals << "7.2.2"
end

if RUBY_VERSION >= "3.2"
appraisals << "8.0.0"
end

Expand Down

0 comments on commit 9f42a84

Please sign in to comment.