Skip to content

Commit 4fbb2f5

Browse files
committed
Follow latest Rails allowed rubies
1 parent 5069ac5 commit 4fbb2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
redis_server: ["4", "5", "6", "7"]
9-
ruby: ["2.7", "3.0", "3.1", "3.2"]
9+
ruby: ["3.1", "3.2", "3.3"]
1010

1111
name: Redis server ${{ matrix.redis_server }} - Ruby ${{ matrix.ruby }}
1212

0 commit comments

Comments
 (0)