Skip to content

Commit

Permalink
run CI with Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paddor committed Jan 7, 2025
1 parent fa369f6 commit fcdb446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Lint files with Rubocop
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
- "3.4"
- "head"
- "jruby-9.4"
runs-on: ${{ matrix.os }}-latest
Expand Down

0 comments on commit fcdb446

Please sign in to comment.