Skip to content

Commit d4095b9

Browse files
Finalize RockyLinux 8 support (#102)
1 parent 3a8eb58 commit d4095b9

File tree

5 files changed

+117
-124
lines changed

5 files changed

+117
-124
lines changed

.github/workflows/pr_tests.yml

Lines changed: 1 addition & 1 deletion
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:
@@ -129,7 +130,6 @@ jobs:
129130
- run: 'command -v rpm || if command -v apt-get; then sudo apt-get update; sudo apt-get install -y rpm; fi ||:'
130131
- run: 'bundle exec rake spec'
131132
continue-on-error: ${{matrix.puppet.experimental}}
132-
fail-fast: false
133133

134134
# dump_contexts:
135135
# name: 'Examine Context contents'

.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

0 commit comments

Comments
 (0)