Skip to content

Commit 733c38e

Browse files
authored
Merge pull request #526 from puppetlabs/MODULES-11473
(MODULES-11473) Add windows 2022 support
2 parents 0ff26de + 43afc4b commit 733c38e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.fixtures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fixtures:
44
provision: 'https://github.com/puppetlabs/provision.git'
55
puppet_agent:
66
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
7-
ref: v4.21.0
7+
ref: v4.23.0
88
registry: 'https://github.com/puppetlabs/puppetlabs-registry.git'
99
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
1010
symlinks:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1717
secrets: "inherit"
1818
with:
19-
runs_on: "ubuntu-20.04"
19+
runs_on: "ubuntu-22.04"

metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"2012 R2",
7676
"2016",
7777
"2019",
78+
"2022",
7879
"10"
7980
]
8081
},

0 commit comments

Comments
 (0)