Skip to content

Commit

Permalink
Merge pull request #3693 from MITSUBOSHI/ci/run-ruby-3_3-on-yjit-test
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to matrix target in test-yjit
  • Loading branch information
ivoanjo committed Jun 7, 2024
2 parents b3c5a3d + acdecf4 commit 56d933f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-yjit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- ubuntu-latest
ruby:
- '3.2'
- '3.3'
# ADD NEW RUBIES HERE
name: Test (${{ matrix.os }}, ${{ matrix.ruby }})
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 56d933f

Please sign in to comment.