File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
puppet_version :
13
13
description : " The target Puppet version."
14
14
required : false
15
- default : " puppet7 -nightly"
15
+ default : " puppet8 -nightly"
16
16
type : " string"
17
17
rake_task :
18
18
description : " The name of the rake task that executes acceptance tests"
Original file line number Diff line number Diff line change 12
12
puppet_gem_version :
13
13
description : " Specifies the version of the Puppet gem to be installed"
14
14
required : false
15
- default : " ~> 7 .0"
15
+ default : " ~> 8 .0"
16
16
type : " string"
17
17
rake_task :
18
18
description : " The name of the rake task that executes tests"
53
53
uses : reviewdog/action-shellcheck@v1
54
54
if : |
55
55
inputs.run_shellcheck &&
56
- inputs.ruby_version == '3.2' &&
56
+ inputs.ruby_version == ${{ inputs.ruby_version.default }} &&
57
57
inputs.runs_on == 'ubuntu-latest'
58
58
with :
59
59
check_all_files_with_shebangs : " true"
89
89
if : |
90
90
contains(inputs.rake_task, 'coverage') &&
91
91
inputs.runs_on == 'ubuntu-latest' &&
92
- inputs.ruby_version == '3.2 ' &&
92
+ inputs.ruby_version == '3.1 ' &&
93
93
env.CODECOV_TOKEN != ''
94
94
uses : codecov/codecov-action@v4
95
95
with :
Original file line number Diff line number Diff line change 67
67
68
68
env :
69
69
BUNDLE_WITHOUT : release_prep
70
- PUPPET_GEM_VERSION : ' ~> 7.24 '
70
+ PUPPET_GEM_VERSION : ' ~> 8.9 '
71
71
FACTER_GEM_VERSION : ' https://github.com/puppetlabs/facter#main' # why is this set?
72
72
73
73
steps :
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
if : |
103
103
inputs.run_shellcheck &&
104
104
inputs.runs_on == 'ubuntu-latest' &&
105
- matrix.ruby_version == '3.2 '
105
+ matrix.ruby_version == '3.1 '
106
106
with :
107
107
check_all_files_with_shebangs : " true"
108
108
Original file line number Diff line number Diff line change 45
45
- name : " setup ruby"
46
46
uses : " ruby/setup-ruby@v1"
47
47
with :
48
- ruby-version : " 3.2 "
48
+ ruby-version : " 3.1 "
49
49
bundler-cache : " true"
50
50
bundler : 2.4.22
51
51
You can’t perform that action at this time.
0 commit comments