Skip to content

Commit

Permalink
Add Ruby 3.1.2 to testing matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite authored May 17, 2022
1 parent d8cc141 commit c43d5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby_version: [2.7.2, 3.0.0]
ruby_version: [2.7.2, 3.0.0, 3.1.2]
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
# Has to be top level to cache properly
env:
Expand Down

0 comments on commit c43d5ea

Please sign in to comment.