Skip to content

Commit

Permalink
Add Ruby 3.2 to the CI matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Dec 25, 2022
1 parent f95fc95 commit ca11ff6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.2"
- "3.1"
- "3.0"
- "2.7"
Expand Down Expand Up @@ -39,6 +40,15 @@ jobs:
- ruby: "3.1"
gemfile: spec/support/Gemfile.rails6
bundler: "2"
- ruby: "3.2"
gemfile: spec/support/Gemfile.rails5.2
bundler: "2"
- ruby: "3.2"
gemfile: spec/support/Gemfile.rails6
bundler: "2"
- ruby: "3.2"
gemfile: spec/support/Gemfile.rails6.1
bundler: "2"
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
Expand Down

0 comments on commit ca11ff6

Please sign in to comment.