Skip to content

Commit

Permalink
add Ruby 3.1 and 3.2 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Dec 31, 2022
1 parent fad1cb0 commit 51b8768
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7', '3.0']
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # required for "not a rails app" spec
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 51b8768

Please sign in to comment.