Skip to content

Commit 3d3baaf

Browse files
committed
ci: Add ruby 3.0 tests
1 parent c449816 commit 3d3baaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
os: ["ubuntu-latest"]
3737
redis: ["6.0"]
38-
ruby: ["2.7", "2.6", "2.5", "2.4"]
38+
ruby: ["3.0", "2.7", "2.6", "2.5", "2.4"]
3939
driver: ["ruby", "hiredis", "synchrony"]
4040
runs-on: ${{ matrix.os }}
4141
env:

0 commit comments

Comments
 (0)