File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
runs-on : ubuntu-20.04
35
35
env :
36
36
# otp-min
37
- otp_version_id : 25_3
37
+ otp_version_id : 26
38
38
steps :
39
39
- name : CHECKOUT REPOSITORY
40
40
uses : actions/checkout@v3
@@ -127,7 +127,7 @@ jobs:
127
127
fail-fast : false
128
128
matrix :
129
129
otp_version_id :
130
- - " 25_3 "
130
+ - " 26 "
131
131
timeout-minutes : 120
132
132
steps :
133
133
- name : CHECKOUT REPOSITORY
@@ -171,7 +171,7 @@ jobs:
171
171
strategy :
172
172
matrix :
173
173
include :
174
- - erlang_version : " 25.3 "
174
+ - erlang_version : " 26.0 "
175
175
elixir_version : 1.14.5
176
176
timeout-minutes : 60
177
177
steps :
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ def secondary_umbrella():
28
28
name = "rabbitmq-server-generic-unix-3.11" ,
29
29
build_file = "@//:BUILD.package_generic_unix" ,
30
30
patch_cmds = [ADD_PLUGINS_DIR_BUILD_FILE ],
31
- strip_prefix = "rabbitmq_server-3.11.11 " ,
31
+ strip_prefix = "rabbitmq_server-3.11.18 " ,
32
32
# This file is produced just in time by the test-mixed-versions.yaml GitHub Actions workflow.
33
33
urls = [
34
- "https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.11.11 .tar.xz" ,
34
+ "https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.11.18 .tar.xz" ,
35
35
],
36
36
)
You can’t perform that action at this time.
0 commit comments