Skip to content

Commit 5e3ece0

Browse files
committed
Pull in Puppet 6.29 in CI
Without this bundler ends up pulling in 6.28 and concurrent-ruby 1.2, which is an invalid combination.
1 parent 2f8330d commit 5e3ece0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- "2.4"
2424
puppet:
2525
- "~> 7.0"
26-
- "~> 6.5"
26+
- "~> 6.29"
2727
- "~> 5.5.10"
2828
- "https://github.com/puppetlabs/puppet.git#main"
2929
exclude:
@@ -35,9 +35,9 @@ jobs:
3535
puppet: "~> 7.0"
3636

3737
- ruby: "3.1"
38-
puppet: "~> 6.5"
38+
puppet: "~> 6.29"
3939
- ruby: "3.0"
40-
puppet: "~> 6.5"
40+
puppet: "~> 6.29"
4141

4242
- ruby: "3.1"
4343
puppet: "~> 5.5.10"

0 commit comments

Comments
 (0)