Skip to content

Commit

Permalink
Merge pull request #295 from kenyon/ruby3.4
Browse files Browse the repository at this point in the history
Add Ruby 3.4 to CI
  • Loading branch information
kenyon authored Feb 26, 2025
2 parents aca0237 + 5cc8266 commit 3cf76c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: "3.4"
bundler-cache: true
- name: Run linter
run: bundle exec rake rubocop
Expand All @@ -35,6 +35,7 @@ jobs:
codecov: "yes"
- ruby: "3.2"
- ruby: "3.3"
- ruby: "3.4"
env:
CODECOV: ${{ matrix.codecov }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
if: github.repository_owner == 'voxpupuli'
steps:
- uses: actions/checkout@v4
- name: Install Ruby 3.3
- name: Install Ruby 3.4
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: "3.4"
env:
BUNDLE_WITHOUT: release
- name: Build gem
Expand Down
2 changes: 1 addition & 1 deletion modulesync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'git', '~>1.7'
spec.add_runtime_dependency 'gitlab', '>=4', '<6'
spec.add_runtime_dependency 'octokit', '>=4', '<10'
spec.add_runtime_dependency 'puppet-blacksmith', '>= 3.0', '< 8'
spec.add_runtime_dependency 'puppet-blacksmith', '>= 3.0', '< 9'
spec.add_runtime_dependency 'thor', '1.3.0'
end

0 comments on commit 3cf76c6

Please sign in to comment.