We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31a26cd + 131e281 commit 93547ffCopy full SHA for 93547ff
1 file changed
.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
@@ -48,6 +48,9 @@ jobs:
48
run: |
49
${{ matrix.extra_steps }}
50
curl https://nightlies.puppet.com/downloads/gems/puppet${{ matrix.puppet_version }}-nightly/${{ matrix.gem_file }} --output puppet.gem --location
51
+ if [[ ${{ matrix.ruby }} == "2.7" ]]; then
52
+ gem install multi_json -v 1.15.0
53
+ fi
54
gem install puppet.gem -N
55
56
- name: Prepare testing environment with bundler
0 commit comments