Skip to content

Commit 7055f18

Browse files
authored
Merge pull request #102 from publify/update-supported-ruby-versions
Add Ruby 3.4 to the GitHub Actions matrix
2 parents 38af185 + db57c59 commit 7055f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
ruby: ["3.0", "3.1", "3.2", "3.3"]
28+
ruby: ["3.0", "3.1", "3.2", "3.3", "3.4"]
2929

3030
steps:
3131
- uses: actions/checkout@v4
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up Ruby
5050
uses: ruby/setup-ruby@v1
5151
with:
52-
ruby-version: 3.2
52+
ruby-version: "3.3"
5353
bundler-cache: true
5454
rubygems: latest
5555
- name: Run RuboCop

0 commit comments

Comments
 (0)