summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-06-21 13:55:03 -0700
committerGitHub <noreply@github.com>2021-06-21 13:55:03 -0700
commita5f53c8d8e4cfd6e393dc95dac4edd88b5af8c4e (patch)
tree189da627e949cfc63626acbcb7ef2a5800ec306b
parent72358264954b89b73acad1386e32c7b13969a903 (diff)
parent3d8dedfe56c3812953b01c6c195b760c3a3dc6d0 (diff)
downloadchef-a5f53c8d8e4cfd6e393dc95dac4edd88b5af8c4e.tar.gz
Merge pull request #11734 from chef/bump_ruby
Run Linux Kitchen jobs on Ruby 3
-rw-r--r--.github/workflows/kitchen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index be95d960fa..afce7211b3 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -117,7 +117,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
- ruby-version: 2.7
+ ruby-version: "3.0"
bundler-cache: true
working-directory: kitchen-tests
- name: Run Test Kitchen