File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
- ubuntu-20.04
22
22
- ubuntu-latest
23
23
collection :
24
- - puppet6-nightly
25
24
- puppet7-nightly
25
+ - puppet8-nightly
26
26
27
27
runs-on : ${{ matrix.platform }}
28
28
90
90
provider : " provision::provision_service"
91
91
image : " windows-2022"
92
92
collection :
93
- - puppet6 -nightly
94
- - puppet7 -nightly
93
+ - puppet7 -nightly
94
+ - puppet8 -nightly
95
95
96
96
steps :
97
97
- name : Checkout Source
Original file line number Diff line number Diff line change 20
20
- ubuntu-20.04
21
21
- ubuntu-latest
22
22
collection :
23
- - puppet6-nightly
24
23
- puppet7-nightly
24
+ - puppet8-nightly
25
25
26
26
runs-on : ${{ matrix.platform }}
27
27
89
89
provider : " provision::provision_service"
90
90
image : " windows-2022"
91
91
collection :
92
- - puppet6 -nightly
93
- - puppet7 -nightly
92
+ - puppet7 -nightly
93
+ - puppet8 -nightly
94
94
95
95
steps :
96
96
- name : Checkout Source
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def fetch_puppet_version
76
76
run_shell ( 'apt-get install -y net-tools' )
77
77
end
78
78
79
- run_shell ( 'sudo apt-get remove runc ' ) unless os [ :family ] == 'windows' || !ENV [ 'CI' ]
79
+ run_shell ( 'apt-get purge -y container-tools ' ) unless os [ :family ] == 'windows' || !ENV [ 'CI' ]
80
80
81
81
run_shell ( 'puppet module install puppetlabs-stdlib --version 4.24.0' , expect_failures : true )
82
82
run_shell ( 'puppet module install puppetlabs-apt --version 4.4.1' , expect_failures : true )
You can’t perform that action at this time.
0 commit comments