Skip to content

Commit

Permalink
Merge pull request danmayer#466 from petergoldstein/feature/add_ruby_…
Browse files Browse the repository at this point in the history
…3_2_to_ci

Adds Ruby 3.2 to CI.  Updates checkout action version.
  • Loading branch information
danmayer committed Jan 14, 2023
2 parents 517f23a + ff7f0f6 commit 3ce2b52
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 3ce2b52

Please sign in to comment.