Skip to content

Commit

Permalink
Add Ruby 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinrob authored and pointlessone committed Jan 5, 2022
1 parent 0c64cd4 commit 7b7348d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
ruby-version: 3.1.0
- name: Gems cache
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -44,6 +44,8 @@ jobs:
- "2.7"
- "3.0.0"
- "3.0"
- "3.1.0"
- "3.1"
- ruby-head
- jruby-9.2
steps:
Expand Down

0 comments on commit 7b7348d

Please sign in to comment.