File tree Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 9
9
matrix :
10
10
include :
11
11
- image_tag_suffix : otp-max-bazel
12
- otp_version_id : 25_3
12
+ otp_version_id : 26
13
13
timeout-minutes : 45
14
14
steps :
15
15
- name : CHECKOUT REPOSITORY
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
+ - v3.12.x
6
7
- v3.11.x
7
8
- v3.10.x
8
9
- v3.9.x
33
34
runs-on : ubuntu-20.04
34
35
env :
35
36
# otp-min
36
- otp_version_id : 25_0
37
+ otp_version_id : 25_3
37
38
steps :
38
39
- name : CHECKOUT REPOSITORY
39
40
uses : actions/checkout@v3
@@ -171,7 +172,7 @@ jobs:
171
172
matrix :
172
173
include :
173
174
- erlang_version : " 25.3"
174
- elixir_version : 1.14.0
175
+ elixir_version : 1.14.5
175
176
timeout-minutes : 60
176
177
steps :
177
178
- name : CHECKOUT REPOSITORY
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
+ - v3.12.x
6
7
- v3.11.x
7
8
- bump-otp-for-oci
8
9
- bump-rbe-*
@@ -27,12 +28,12 @@ jobs:
27
28
fail-fast : false
28
29
matrix :
29
30
erlang_version :
30
- - " 25.3 "
31
+ - " 26.0 "
31
32
browser :
32
33
- chrome
33
34
include :
34
- - erlang_version : " 25.3 "
35
- elixir_version : 1.13.4
35
+ - erlang_version : " 26.0 "
36
+ elixir_version : 1.14.5
36
37
env :
37
38
SELENIUM_DIR : deps/rabbitmq_management/selenium
38
39
DOCKER_NETWORK : rabbitmq_net
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
+ - v3.12.x
6
7
- v3.11.x
7
8
- v3.10.x
8
9
- v3.9.x
34
35
fail-fast : false
35
36
matrix :
36
37
otp_version_id :
37
- - 25_0
38
38
- 25_3
39
+ - 26
39
40
timeout-minutes : 120
40
41
steps :
41
42
- name : CHECKOUT REPOSITORY
@@ -81,10 +82,10 @@ jobs:
81
82
fail-fast : false
82
83
matrix :
83
84
include :
84
- - erlang_version : " 25.0"
85
- elixir_version : 1.14.0
86
85
- 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
88
89
timeout-minutes : 60
89
90
steps :
90
91
- name : CHECKOUT REPOSITORY
Original file line number Diff line number Diff line change @@ -121,12 +121,12 @@ container_image(
121
121
],
122
122
tags = ["manual" ],
123
123
tars = select ({
124
- "@erlang_config//:erlang_24 " : ["@otp_src_24//file" ],
124
+ "@erlang_config//:erlang_24_3 " : ["@otp_src_24//file" ],
125
125
"@erlang_config//:erlang_25_0" : ["@otp_src_25_0//file" ],
126
126
"@erlang_config//:erlang_25_1" : ["@otp_src_25_1//file" ],
127
127
"@erlang_config//:erlang_25_2" : ["@otp_src_25_2//file" ],
128
128
"@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" ],
130
130
}),
131
131
)
132
132
You can’t perform that action at this time.
0 commit comments