Skip to content

Commit 5a02ef3

Browse files
committed
Add Ruby 3.4 to the GitHub Actions matrix
1 parent 0343504 commit 5a02ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

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

2828
strategy:
2929
matrix:
30-
ruby: ["3.0", "3.1", "3.2", "3.3"]
30+
ruby: ["3.0", "3.1", "3.2", "3.3", "3.4"]
3131

3232
steps:
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)