Skip to content

Commit c52d00d

Browse files
committed
Add Ruby v4 to test matrix
1 parent d14b83f commit c52d00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
ruby: ['3.4', '3.3', '3.2', '3.1', '3.0', '2.7']
21+
ruby: ['4', '3.4', '3.3', '3.2', '3.1', '3.0', '2.7']
2222

2323
steps:
2424
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)