Skip to content

Commit

Permalink
Add Ruby 3.1 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored and derekprior committed Jan 14, 2022
1 parent f3b8f73 commit be70905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0"]
ruby: ["2.7", "3.0", "3.1"]
rails: ["6.1", "7.0", "master"]
continue-on-error: [false]

Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1.61.1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}

Expand Down

0 comments on commit be70905

Please sign in to comment.