Skip to content

Commit c6db6de

Browse files
AppVeyor: bump RabbitMQ and Erlang versions
(cherry picked from commit 26be91c)
1 parent 38620b1 commit c6db6de

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ image: Visual Studio 2019
99
cache:
1010
# Note: this must match the $rabbitmq_installer_path and $erlang_installer_path values in
1111
# tools\appveyor\install.ps1
12-
- "%HOMEDRIVE%%HOMEPATH%\\rabbitmq-server-3.8.5.exe"
13-
- "%HOMEDRIVE%%HOMEPATH%\\otp_win64_23.0.2.exe"
12+
- "%HOMEDRIVE%%HOMEPATH%\\rabbitmq-server-3.8.9.exe"
13+
- "%HOMEDRIVE%%HOMEPATH%\\otp_win64_23.1.2.exe"
1414

1515
install:
1616
- ps: .\tools\appveyor\install.ps1

tools/appveyor/install.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Set-StrictMode -Version 2.0
77
Write-Host '[INFO] Removing all existing versions of Erlang...'
88
Get-ChildItem -Path 'C:\Program Files\erl*\Uninstall.exe' | %{ Start-Process -Wait -NoNewWindow -FilePath $_ -ArgumentList '/S' }
99

10-
$erlang_download_url = 'http://erlang.org/download/otp_win64_23.0.2.exe'
11-
$erlang_installer_path = Join-Path -Path $HOME -ChildPath 'otp_win64_23.0.2.exe'
10+
$erlang_download_url = 'http://erlang.org/download/otp_win64_23.1.2.exe'
11+
$erlang_installer_path = Join-Path -Path $HOME -ChildPath 'otp_win64_23.1.2.exe'
1212
$erlang_install_dir = Join-Path -Path $HOME -ChildPath 'erlang'
1313

1414
Write-Host '[INFO] Downloading Erlang...'
@@ -25,8 +25,8 @@ else
2525
Write-Host "[INFO] Installing Erlang to $erlang_install_dir..."
2626
& $erlang_installer_path '/S' "/D=$erlang_install_dir" | Out-Null
2727

28-
$rabbitmq_installer_download_url = 'https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.8.5/rabbitmq-server-3.8.5.exe'
29-
$rabbitmq_installer_path = Join-Path -Path $HOME -ChildPath 'rabbitmq-server-3.8.5.exe'
28+
$rabbitmq_installer_download_url = 'https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.8.5/rabbitmq-server-3.8.9.exe'
29+
$rabbitmq_installer_path = Join-Path -Path $HOME -ChildPath 'rabbitmq-server-3.8.9.exe'
3030

3131
$erlang_reg_path = 'HKLM:\SOFTWARE\Ericsson\Erlang'
3232
if (Test-Path 'HKLM:\SOFTWARE\WOW6432Node\')

0 commit comments

Comments
 (0)