Skip to content

Commit 7e15b15

Browse files
Merge pull request #8432 from rabbitmq/rin/add-otp-26-to-test-matrix
Test with OTP 26 in github actions
2 parents 0d5dda7 + 32cae35 commit 7e15b15

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

.github/workflows/rabbitmq_peer_discovery_aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.github/workflows/test-mixed-versions.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- v3.12.x
67
- v3.11.x
78
- v3.10.x
89
- v3.9.x
@@ -33,7 +34,7 @@ jobs:
3334
runs-on: ubuntu-20.04
3435
env:
3536
# otp-min
36-
otp_version_id: 25_0
37+
otp_version_id: 25_3
3738
steps:
3839
- name: CHECKOUT REPOSITORY
3940
uses: actions/checkout@v3
@@ -171,7 +172,7 @@ jobs:
171172
matrix:
172173
include:
173174
- erlang_version: "25.3"
174-
elixir_version: 1.14.0
175+
elixir_version: 1.14.5
175176
timeout-minutes: 60
176177
steps:
177178
- name: CHECKOUT REPOSITORY

.github/workflows/test-selenium.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
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

.github/workflows/test.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- v3.12.x
67
- v3.11.x
78
- v3.10.x
89
- v3.9.x
@@ -34,8 +35,8 @@ jobs:
3435
fail-fast: false
3536
matrix:
3637
otp_version_id:
37-
- 25_0
3838
- 25_3
39+
- 26
3940
timeout-minutes: 120
4041
steps:
4142
- name: CHECKOUT REPOSITORY
@@ -81,10 +82,10 @@ jobs:
8182
fail-fast: false
8283
matrix:
8384
include:
84-
- erlang_version: "25.0"
85-
elixir_version: 1.14.0
8685
- 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

packaging/docker-image/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)