Skip to content

Commit cdccacf

Browse files
mishina2228PatrickTulskie
authored andcommitted
Update CI matrix
- Add Ruby 3.2 to the CI matrix - Enclose 4.0 in quotes
1 parent 2d7abf5 commit cdccacf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
redis-version:
16-
- 4.0
16+
- "4.0"
1717
- 4.1
1818
- 4.2
1919
- 4.3
@@ -31,6 +31,7 @@ jobs:
3131
- 2.7
3232
- "3.0"
3333
- 3.1
34+
- 3.2
3435
- head
3536
exclude:
3637
- { ruby-version: 2.3, redis-version: 4.5 }
@@ -57,6 +58,6 @@ jobs:
5758
- uses: actions/checkout@v3
5859
- uses: ruby/setup-ruby@v1
5960
with:
60-
ruby-version: 3.0
61+
ruby-version: 3.2
6162
bundler-cache: true
6263
- run: bundle exec rubocop

0 commit comments

Comments
 (0)