We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a781950 commit 2f17badCopy full SHA for 2f17bad
.github/workflows/ci.yml
@@ -5,13 +5,13 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- redis_server: ["4", "5", "6.2"]
9
- ruby: ["2.7", "3.0"]
+ redis_server: ["4", "5", "6", "7"]
+ ruby: ["2.7", "3.0", "3.1", "3.2"]
10
11
name: Redis server ${{ matrix.redis_server }} - Ruby ${{ matrix.ruby }}
12
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
16
- name: Set up Ruby
17
uses: ruby/setup-ruby@v1
0 commit comments