Skip to content

Commit ea2449f

Browse files
committed
Add Ruby 3.4 and 4.0 to the Test Matrix
1 parent 81d4ace commit ea2449f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- 6379:6379
1111
strategy:
1212
matrix:
13-
ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7']
13+
ruby-version: ['4.0', '3.4', '3.3', '3.2', '3.1', '3.0', '2.7']
1414

1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)