Skip to content

Commit

Permalink
DO NOT COMMIT
Browse files Browse the repository at this point in the history
locally forcing ruby 3.3
  • Loading branch information
kbrock committed Oct 22, 2024
1 parent 270b7e0 commit 3c9a7de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
strategy:
matrix:
ruby-version:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
test-suite:
- vmdb
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
raise "Ruby versions < 3.0.1 are unsupported!" if RUBY_VERSION < "3.0.1"
warn "Ruby versions >= 3.2.0 are untested!" if RUBY_VERSION >= "3.2.0"
raise "Ruby versions >= 3.4.0 are unsupported!" if RUBY_VERSION >= "3.4.0"

ruby "~> 3.3.4" # WIP
source 'https://rubygems.org'

plugin "bundler-inject", "~> 2.0"
Expand Down

0 comments on commit 3c9a7de

Please sign in to comment.