Skip to content

Commit a36fce8

Browse files
committed
(PA-8250) Windows 32-bit isn't supported in core 9
Add windows 32-bit to the list of platforms to skip updating to core 9
1 parent 9dd2dfd commit a36fce8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

task_spec/spec/acceptance/init_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ def latest_sources
105105
^sles-11-|
106106
^solaris-10-|
107107
^ubuntu-18.04-|
108-
^ubuntu-20.04-
108+
^ubuntu-20.04-|
109+
^windows-.*-32
109110
END
110111

111112
it 'upgrades to puppetcore9-nightly' do

0 commit comments

Comments
 (0)