summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-04-04 16:51:02 -0700
committerJohn McCrae <john.mccrae@progress.com>2022-04-04 16:51:02 -0700
commitf3df1226e3c5463d5f88600de2eaa164c9db9ef5 (patch)
tree000d0f5f4219a87f07631487a8d73f5c1f7e9bf2
parentdb6480f47f37954b9d3ac1fbb7837fbdb474646a (diff)
downloadohai-f3df1226e3c5463d5f88600de2eaa164c9db9ef5.tar.gz
Updating For Ruby 3.1
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--.github/CODEOWNERS2
-rw-r--r--.github/workflows/unit.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index ab984170..be56701b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,5 +1,5 @@
# Order is important. The last matching pattern has the most precedence.
* @chef/chef-infra-reviewers @chef/chef-infra-approvers @chef/chef-infra-owners
-.expeditor/ @chef/jex-team
+.expeditor/ @chef/infra-packages
*.md @chef/docs-team
diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml
index 5d4b02eb..4d5b3007 100644
--- a/.github/workflows/unit.yml
+++ b/.github/workflows/unit.yml
@@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
- ruby: ['2.7', '3.0']
+ ruby: ['2.7', '3.0', '3.1']
name: Unit test on ${{ matrix.os }} with Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
steps: