Skip to content

Commit

Permalink
Add Ruby 3.1 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored and joshuaclayton committed Mar 29, 2022
1 parent 4cf9223 commit 5bfa011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', 2.7, 2.6, 2.5]
ruby-version: [3.1, '3.0', 2.7, 2.6, 2.5]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}
Expand Down

0 comments on commit 5bfa011

Please sign in to comment.