summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Powell <thomas.powell@progress.com>2023-05-11 15:03:17 -0400
committerThomas Powell <thomas.powell@progress.com>2023-05-11 15:03:17 -0400
commit38a22a033f49a382cf61392dd8c14f25c62263b7 (patch)
tree224342c3a164ca23a9fb310f8ead00b3d479f6ad
parent420a2acf44e59e82e78eef9688530c1d8a747c73 (diff)
downloadchef-tp/kitchen-for-yajl.tar.gz
Signed-off-by: Thomas Powell <thomas.powell@progress.com>
-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 f3b35e30c8..706a6e0d6f 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [windows-2022, windows-2019]
+ os: [windows-2022, windows-2019, windows-2016]
ruby: ['3.1']
runs-on: ${{ matrix.os }}
steps: