Skip to content

Commit

Permalink
Temporary commit to test 2.7-3.1 to verify behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Oct 5, 2023
1 parent fceb8b2 commit 38fae52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
ruby-version:
- '2.7'
- '3.0'
- '3.1'
test-suite:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
raise "Ruby versions < 3.0.0 are unsupported!" if RUBY_VERSION < "3.0.0"
raise "Ruby versions < 2.7.0 are unsupported!" if RUBY_VERSION < "2.7.0"
raise "Ruby versions >= 3.1.0 are unsupported!" if RUBY_VERSION >= "3.2.0"

source 'https://rubygems.org'
Expand Down

0 comments on commit 38fae52

Please sign in to comment.