File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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}}
Original file line number Diff line number Diff line change 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
310require 'puppetlabs_spec_helper/module_spec_helper'
411require 'rspec-puppet'
You can’t perform that action at this time.
0 commit comments