Skip to content

Commit b88839e

Browse files
committed
Add stdlib9 support; test against branch
1 parent b9083d1 commit b88839e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.fixtures.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
fixtures:
2+
repositories:
3+
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib'
24
forge_modules:
3-
stdlib:
4-
repo: "puppetlabs/stdlib"
5-
ref: "8.4.0"
65
inifile:
76
repo: "puppetlabs/inifile"
87
ref: "5.3.0"

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": [
1111
{
1212
"name": "puppetlabs-stdlib",
13-
"version_requirement": ">= 5.1.0 < 9.0.0"
13+
"version_requirement": ">= 5.1.0 < 10.0.0"
1414
},
1515
{
1616
"name": "puppetlabs-inifile",

0 commit comments

Comments
 (0)