Skip to content

Commit

Permalink
test with ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Feb 5, 2025
1 parent 4f48d09 commit 0ed9392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
matrix: { ruby: ['3.1', '3.2', '3.3'] }
matrix: { ruby: ['3.1', '3.2', '3.3', '3.4'] }

steps:
- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ inherit_mode:

AllCops:
TargetRubyVersion: 3.1
SuggestExtensions: false
Include:
- '**/runfile'
- '**/*.runfile'
Expand Down

0 comments on commit 0ed9392

Please sign in to comment.