File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 14
14
ruby_version :
15
15
- " 2.7"
16
16
- " 3.2"
17
- puppet_gem_version :
18
- - ' ~> 7.0'
19
- - ' https://github.com/puppetlabs/puppet' # puppet8
17
+ include :
18
+ - ruby-version : ' 2.7'
19
+ puppet_gem_version : ' ~> 7.0'
20
+ - ruby_version : ' 3.2'
21
+ puppet_gem_version : ' https://github.com/puppetlabs/puppet' # puppet8'
20
22
runs_on :
21
23
- " ubuntu-latest"
22
24
- " windows-latest"
Original file line number Diff line number Diff line change @@ -11,11 +11,13 @@ jobs:
11
11
fail-fast : false
12
12
matrix :
13
13
ruby_version :
14
- - " 2.5"
15
14
- " 2.7"
16
- puppet_gem_version :
17
- - ' ~> 6.0'
18
- - ' ~> 7.0'
15
+ - " 3.2"
16
+ include :
17
+ - ruby-version : ' 2.7'
18
+ puppet_gem_version : ' ~> 7.0'
19
+ - ruby_version : ' 3.2'
20
+ puppet_gem_version : ' https://github.com/puppetlabs/puppet' # puppet8'
19
21
runs_on :
20
22
- " ubuntu-latest"
21
23
- " windows-latest"
Original file line number Diff line number Diff line change 23
23
24
24
group :test do
25
25
26
- gem 'puppet' , *location_for ( ENV [ 'PUPPET_LOCATION ' ] )
27
- gem 'facter' , *location_for ( ENV [ 'FACTER_LOCATION ' ] )
26
+ gem 'puppet' , *location_for ( ENV [ 'PUPPET_GEM_VERSION ' ] )
27
+ gem 'facter' , *location_for ( ENV [ 'FACTER_GEM_VERSION ' ] )
28
28
29
29
gem 'json_pure'
30
30
gem 'sync'
You can’t perform that action at this time.
0 commit comments