Skip to content

Commit

Permalink
Adds Ruby 3.2 to CI. Updates checkout action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Jan 14, 2023
1 parent 7727105 commit ff7f0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
# removing jruby again to flaky
# ruby: [2.3, 2.4, 2.5, 2.6, 2.7, "3.0", "3.1", jruby]
# need to add support for multiple gemfiles
ruby: ["2.7", "3.0", "3.1"]
ruby: ["2.7", "3.0", "3.1", "3.2"]
redis-version: [4, 5, 6]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: supercharge/redis-github-action@1.2.0
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit ff7f0f6

Please sign in to comment.