File tree Expand file tree Collapse file tree 7 files changed +19
-16
lines changed
Expand file tree Collapse file tree 7 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 3434 matrix :
3535 include :
3636 - image_tag_suffix : otp-min-bazel
37- otp_version_id : 25_3
37+ otp_version_id : 25_0
3838 - image_tag_suffix : otp-max-bazel
3939 otp_version_id : 26
4040 steps :
Original file line number Diff line number Diff line change 99 matrix :
1010 include :
1111 - image_tag_suffix : otp-max-bazel
12- otp_version_id : 25_3
12+ otp_version_id : 26
1313 timeout-minutes : 45
1414 steps :
1515 - name : CHECKOUT REPOSITORY
Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6+ - v3.12.x
67 - v3.11.x
78 - v3.10.x
89 - v3.9.x
@@ -126,7 +127,7 @@ jobs:
126127 fail-fast : false
127128 matrix :
128129 otp_version_id :
129- - " 25_3 "
130+ - " 25_0 "
130131 timeout-minutes : 120
131132 steps :
132133 - name : CHECKOUT REPOSITORY
@@ -170,8 +171,8 @@ jobs:
170171 strategy :
171172 matrix :
172173 include :
173- - erlang_version : " 25.3 "
174- elixir_version : 1.14.0
174+ - erlang_version : " 25.0 "
175+ elixir_version : 1.14.5
175176 timeout-minutes : 60
176177 steps :
177178 - name : CHECKOUT REPOSITORY
Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6+ - v3.12.x
67 - v3.11.x
78 - bump-otp-for-oci
89 - bump-rbe-*
@@ -27,12 +28,12 @@ jobs:
2728 fail-fast : false
2829 matrix :
2930 erlang_version :
30- - " 25.3 "
31+ - " 26.0 "
3132 browser :
3233 - chrome
3334 include :
34- - erlang_version : " 25.3 "
35- elixir_version : 1.13.4
35+ - erlang_version : " 26.0 "
36+ elixir_version : 1.14.5
3637 env :
3738 SELENIUM_DIR : deps/rabbitmq_management/selenium
3839 DOCKER_NETWORK : rabbitmq_net
Original file line number Diff line number Diff line change 1111 fail-fast : false
1212 matrix :
1313 include :
14- - erlang_version : " 26.0-rc3 "
15- elixir_version : " 1.14.4 "
14+ - erlang_version : " 26.0"
15+ elixir_version : " 1.14.5 "
1616 timeout-minutes : 120
1717 steps :
1818 - name : CHECKOUT REPOSITORY
Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6+ - v3.12.x
67 - v3.11.x
78 - v3.10.x
89 - v3.9.x
3536 matrix :
3637 otp_version_id :
3738 - 25_0
38- - 25_3
39+ - 26
3940 timeout-minutes : 120
4041 steps :
4142 - name : CHECKOUT REPOSITORY
8283 matrix :
8384 include :
8485 - erlang_version : " 25.0"
85- elixir_version : 1.14.0
86- - erlang_version : " 25.3 "
87- elixir_version : 1.14.0
86+ elixir_version : 1.14.5
87+ - erlang_version : " 26.0 "
88+ elixir_version : 1.14.5
8889 timeout-minutes : 60
8990 steps :
9091 - name : CHECKOUT REPOSITORY
Original file line number Diff line number Diff line change @@ -121,12 +121,12 @@ container_image(
121121 ],
122122 tags = ["manual" ],
123123 tars = select ({
124- "@erlang_config//:erlang_24 " : ["@otp_src_24//file" ],
124+ "@erlang_config//:erlang_24_3 " : ["@otp_src_24//file" ],
125125 "@erlang_config//:erlang_25_0" : ["@otp_src_25_0//file" ],
126126 "@erlang_config//:erlang_25_1" : ["@otp_src_25_1//file" ],
127127 "@erlang_config//:erlang_25_2" : ["@otp_src_25_2//file" ],
128128 "@erlang_config//:erlang_25_3" : ["@otp_src_25_3//file" ],
129- "@erlang_config//:erlang_26 " : ["@otp_src_26//file" ],
129+ "@erlang_config//:erlang_26_0 " : ["@otp_src_26//file" ],
130130 }),
131131)
132132
You can’t perform that action at this time.
0 commit comments