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 767b8d7 commit 4b3dfedCopy full SHA for 4b3dfed
.github/workflows/main.yml
@@ -20,10 +20,10 @@ jobs:
20
- name: Tests
21
run: docker run -e PUPPET_VERSION -e PUPPET_VERSIONS -e RSPEC_TEST -e RUBOCOP_TEST -e ENFORCE_COVERAGE octocatalog-diff:ruby${{matrix.ruby-version}} /app/script/cibuild
22
23
- puppet-5-5-8:
+ puppet-5-5-22:
24
env:
25
- PUPPET_VERSIONS: "5.5.8"
26
- PUPPET_VERSION: "5.5.8"
+ PUPPET_VERSIONS: "5.5.22"
+ PUPPET_VERSION: "5.5.22"
27
RUBOCOP_TEST: false
28
RSPEC_TEST: true
29
runs-on: ubuntu-latest
0 commit comments