Skip to content

Commit

Permalink
CI againt for Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Dec 26, 2023
1 parent 50ee025 commit 7a125c5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
rubyopt:
- ""
- "--jit"
- "--yjit"
- "--rjit"
exclude:
# --jit is available since MRI 2.6
- ruby: "2.3"
Expand All @@ -52,6 +54,23 @@ jobs:
rubyopt: "--yjit"
- ruby: "3.0"
rubyopt: "--yjit"
# --rjit is available since MRI 3.3
- ruby: "2.3"
rubyopt: "--rjit"
- ruby: "2.4"
rubyopt: "--rjit"
- ruby: "2.5"
rubyopt: "--rjit"
- ruby: "2.6"
rubyopt: "--rjit"
- ruby: "2.7"
rubyopt: "--rjit"
- ruby: "3.0"
rubyopt: "--rjit"
- ruby: "3.1"
rubyopt: "--rjit"
- ruby: "3.2"
rubyopt: "--rjit"

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

0 comments on commit 7a125c5

Please sign in to comment.