Skip to content

Commit d10bc45

Browse files
authored
[puppetsync] Don't ignore Puppet 8 failures (#295)
1 parent ead155d commit d10bc45

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/pr_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ jobs:
115115
experimental: false
116116
- label: 'Puppet 8.x'
117117
puppet_version: '~> 8.0'
118-
ruby_version: 3.1
119-
experimental: true
118+
ruby_version: '3.2'
119+
experimental: false
120120
fail-fast: false
121121
env:
122122
PUPPET_VERSION: ${{matrix.puppet.puppet_version}}

spec/spec_helper.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# frozen_string_literal: true
2+
#
3+
# ------------------------------------------------------------------------------
4+
# NOTICE: **This file is maintained with puppetsync**
5+
#
6+
# This file is automatically updated as part of a puppet module baseline.
7+
# The next baseline sync will overwrite any local changes made to this file.
8+
# ------------------------------------------------------------------------------
29

310
require 'puppetlabs_spec_helper/module_spec_helper'
411
require 'rspec-puppet'
5-
require 'super_diff/rspec'
612
require 'simp/rspec-puppet-facts'
713
include Simp::RspecPuppetFacts
814

0 commit comments

Comments
 (0)