Skip to content

Commit

Permalink
Add tests with Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 2, 2025
1 parent 1f687c4 commit 7a01fc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 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"

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
king_konf (1.0.1)
method_source (1.0.0)
mini_portile2 (2.8.5)
minitest (5.18.0)
minitest (5.25.4)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -69,4 +69,4 @@ DEPENDENCIES
timecop

BUNDLED WITH
2.4.9
2.6.2

0 comments on commit 7a01fc9

Please sign in to comment.