Skip to content

Commit

Permalink
Test against Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Dec 25, 2024
1 parent e6476d8 commit 880c9ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
- "3.4"
rails:
- rails_70
- rails_71
Expand All @@ -25,6 +26,8 @@ jobs:
exclude:
- ruby: "3.1"
rails: rails_80
- ruby: "3.4"
rails: rails_70
steps:
- uses: actions/checkout@v4
- name: Configure bundler (default)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

env:
RUBY_VERSION: ${{ vars.RUBOCOP_RUBY_VERSION || '3.3' }}
RUBY_VERSION: ${{ vars.RUBOCOP_RUBY_VERSION || '3.4' }}

jobs:
rubocop:
Expand Down

0 comments on commit 880c9ec

Please sign in to comment.