Skip to content

Commit ebb6aa6

Browse files
Finalize RockyLinux 8 support (#25)
1 parent 55b689f commit ebb6aa6

File tree

4 files changed

+165
-170
lines changed

4 files changed

+165
-170
lines changed

.github/workflows/pr_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
puppet_version: '~> 8.0'
118118
ruby_version: 3.1
119119
experimental: true
120+
fail-fast: false
120121
env:
121122
PUPPET_VERSION: ${{matrix.puppet.puppet_version}}
122123
steps:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ dist
2424
/junit
2525
/log
2626
/doc
27+
/Gemfile.lock

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ pup7.pe-unit:
340340
<<: *pup_7_pe
341341
<<: *unit_tests
342342

343+
# Commenting until Puppet 8 is released
343344
#pup8.x-unit:
344345
# <<: *pup_8_x
345346
# <<: *unit_tests

0 commit comments

Comments
 (0)