Skip to content

Commit 4b3dfed

Browse files
committed
Test puppet version change 5.5.8 -> 5.5.22
1 parent 767b8d7 commit 4b3dfed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- name: Tests
2121
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
2222

23-
puppet-5-5-8:
23+
puppet-5-5-22:
2424
env:
25-
PUPPET_VERSIONS: "5.5.8"
26-
PUPPET_VERSION: "5.5.8"
25+
PUPPET_VERSIONS: "5.5.22"
26+
PUPPET_VERSION: "5.5.22"
2727
RUBOCOP_TEST: false
2828
RSPEC_TEST: true
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)