Skip to content

Commit 34d0dc7

Browse files
chore(deps): update dependency ruby to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7bc6c3 commit 34d0dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Ruby
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: 2.7
25+
ruby-version: 3.4.8
2626
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2727
- name: Run tests
2828
run: bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop
@@ -78,7 +78,7 @@ jobs:
7878
- name: Set up Ruby
7979
uses: ruby/setup-ruby@v1
8080
with:
81-
ruby-version: 2.7
81+
ruby-version: 3.4.8
8282
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
8383
- name: Run tests
8484
run: bundle exec rake kitchen

0 commit comments

Comments
 (0)