File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 - name : Install Ruby ${{ matrix.ruby }}
2424 uses : ruby/setup-ruby@v1
2525 with :
26- ruby-version : " 3.4 "
26+ ruby-version : ' 4.0 '
2727 bundler-cache : true
2828 - name : Run Rubocop
2929 run : bundle exec rake rubocop
3030 - id : ruby
31- uses : voxpupuli/ruby-version@v1
31+ uses : voxpupuli/ruby-version@v2
3232
3333 build :
3434 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313 s . description = 'RSpec bindings for beaker, see https://github.com/voxpupuli/beaker'
1414 s . license = 'Apache-2.0'
1515
16- s . required_ruby_version = '>= 3.2.0' , '<4 .0.0'
16+ s . required_ruby_version = '>= 3.2.0' , '< 5 .0.0'
1717
1818 s . files = `git ls-files` . split ( "\n " )
1919 s . executables = `git ls-files -- bin/*` . split ( "\n " ) . map { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments