Skip to content

Commit b4e9de5

Browse files
authored
Merge pull request #167 from publify/update-supported-ruby-versions
Add Ruby 3.4 to the GitHub Actions matrix
2 parents 0343504 + 5a02ef3 commit b4e9de5

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)