Skip to content

Commit 83a892b

Browse files
committed
Test with 3.3 and 3.1
1 parent bd4b369 commit 83a892b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby-version:
17-
- '3.0'
1817
- '3.1'
19-
- '3.2'
2018
- '3.3'
2119
test-suite:
2220
- vmdb

Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
raise "Ruby versions < 3.0.1 are unsupported!" if RUBY_VERSION < "3.0.1"
2-
warn "Ruby versions >= 3.2.0 are untested!" if RUBY_VERSION >= "3.2.0"
3-
raise "Ruby versions >= 3.4.0 are unsupported!" if RUBY_VERSION >= "3.4.0"
4-
1+
ruby ">= 3.1.1", "< 3.4.0"
52
source 'https://rubygems.org'
63

74
plugin "bundler-inject", "~> 2.0"

0 commit comments

Comments
 (0)