summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-04-11 08:19:38 -0700
committerJohn <john.mccrae@progress.com>2023-04-11 08:19:38 -0700
commitec8bac554255be8a937adaed512aaf76107ed386 (patch)
tree8fc499649cd6b146871157a5e45bd4224f147263
parent5b24cf9c1122813dca315783926e6cf49cfa7ea1 (diff)
downloadchef-ec8bac554255be8a937adaed512aaf76107ed386.tar.gz
Adding Ruby 2.7 support back in - func_spec.yml
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--.github/workflows/func_spec.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/func_spec.yml b/.github/workflows/func_spec.yml
index 341c6d2d8b..a713408632 100644
--- a/.github/workflows/func_spec.yml
+++ b/.github/workflows/func_spec.yml
@@ -14,7 +14,7 @@ jobs:
matrix:
os: [windows-2019, windows-2022]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
- ruby: ['3.0']
+ ruby: ['2.7', '3.0']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
@@ -29,7 +29,7 @@ jobs:
matrix:
os: [macos-11, macos-12]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
- ruby: ['3.0']
+ ruby: ['2.7', '3.0']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3