summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-04-10 14:37:16 -0700
committerJohn <john.mccrae@progress.com>2023-04-10 14:37:16 -0700
commita2cb20375cd7ee6e97b3c894cd5dafc8e9c04d98 (patch)
treea1dab45ae8334cd6890a222689bc841364b16185
parent265f9b848ecde7052f889e3bb377b4a431de718d (diff)
downloadohai-a2cb20375cd7ee6e97b3c894cd5dafc8e9c04d98.tar.gz
Updating Ruby dependencies for 17-Stable
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--.github/workflows/exec.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/exec.yml b/.github/workflows/exec.yml
index 49a50579..e860f622 100644
--- a/.github/workflows/exec.yml
+++ b/.github/workflows/exec.yml
@@ -6,7 +6,7 @@ name: exec
push:
branches:
- main
- - 1=7-stable
+ - 17-stable
- 16-stable
jobs:
@@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
- ruby: ['2.7', '3.0']
+ ruby: ['3.0']
name: Exec Ohai on ${{ matrix.os }} with Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
steps: