Skip to content

Commit

Permalink
Add Ruby 3.3 to CI matrix. Updates checkout action version (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 committed Jan 20, 2024
1 parent ae5199c commit 73f850e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- jruby
- truffleruby-head
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 73f850e

Please sign in to comment.