We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33c17b commit e09af69Copy full SHA for e09af69
.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
@@ -16,13 +16,14 @@ jobs:
16
- puppet_version: '8'
17
ruby: '3.1'
18
19
- - os: 'ubuntu-latest'
20
- ruby: '2.7'
21
- extra_steps: 'gem install multi_json -v 1.15.0'
22
- os: 'ubuntu-latest'
23
os_type: 'Linux'
24
env_set_cmd: 'export '
25
gem_file: 'puppet-latest.gem'
+ extra_steps: |
+ if [[ ${{ matrix.ruby }} == "2.7" ]]; then
+ gem install multi_json -v 1.15.0
26
+ fi
27
- os: 'macos-latest'
28
os_type: 'macOS'
29
0 commit comments