We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bc6c3 commit 34d0dc7Copy full SHA for 34d0dc7
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Ruby
23
uses: ruby/setup-ruby@v1
24
with:
25
- ruby-version: 2.7
+ ruby-version: 3.4.8
26
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
27
- name: Run tests
28
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:
78
79
80
81
82
83
84
run: bundle exec rake kitchen
0 commit comments