Skip to content

Commit

Permalink
Add Ruby 3.1/3.2/3.3 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Apr 23, 2024
1 parent d68e3eb commit 8ebcb5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
include:
- ruby: "2.7"
- ruby: "3.0"
- ruby: "3.1"
coverage: "yes"
- ruby: "3.2"
- ruby: "3.3"
env:
COVERAGE: ${{ matrix.coverage }}
steps:
Expand Down
2 changes: 2 additions & 0 deletions beaker-vcloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ['lib']

s.required_ruby_version = '>= 2.7'

# Testing dependencies
s.add_development_dependency 'fakefs', '~> 2.5'
s.add_development_dependency 'rake'
Expand Down

0 comments on commit 8ebcb5f

Please sign in to comment.