Skip to content

Commit

Permalink
CI against for ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Dec 28, 2024
1 parent 151185c commit 35d108a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
- "3.4"
rubyopt:
- ""
- "--jit"
Expand Down Expand Up @@ -59,6 +60,8 @@ jobs:
rubyopt: "--yjit"
- ruby: "3.3"
rubyopt: "--yjit"
- ruby: "3.4"
rubyopt: "--yjit"

uses: ./.github/workflows/test_main.yml
with:
Expand Down

0 comments on commit 35d108a

Please sign in to comment.