Skip to content

Commit

Permalink
Add Ruby 3.2 to the CI matrix. Also update checkout action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Dec 25, 2022
1 parent c57ab08 commit 5e7c43f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
strategy:
matrix:
ruby-version:
- '3.2'
- '3.1'
- '3.0'
- '2.7'
Expand All @@ -27,7 +28,7 @@ jobs:
- 6379:6379

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 5e7c43f

Please sign in to comment.