We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5069ac5 commit 4fbb2f5Copy full SHA for 4fbb2f5
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
redis_server: ["4", "5", "6", "7"]
9
- ruby: ["2.7", "3.0", "3.1", "3.2"]
+ ruby: ["3.1", "3.2", "3.3"]
10
11
name: Redis server ${{ matrix.redis_server }} - Ruby ${{ matrix.ruby }}
12
0 commit comments