summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRin Kuryloski <kuryloskip@vmware.com>2023-04-14 13:31:02 +0200
committerRin Kuryloski <kuryloskip@vmware.com>2023-04-28 09:53:40 +0200
commite0db5d1f005e535c27f4b65a1dfeca0f325bbaf4 (patch)
tree212fbc3ac3d4c3f55aa94fb378b5bcdc73dab28c
parent77aaeb1d58d83cf7089e18970b95cb0c001dad85 (diff)
downloadrabbitmq-server-git-rin/add-otp-26-config.tar.gz
Add otp 26 to the test matrix in CI (non-mixed only for now)rin/add-otp-26-config
-rw-r--r--.github/workflows/test-mixed-versions.yaml1
-rw-r--r--.github/workflows/test-selenium.yaml1
-rw-r--r--.github/workflows/test.yaml4
3 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml
index 7fcc505d2b..55eb5c0807 100644
--- a/.github/workflows/test-mixed-versions.yaml
+++ b/.github/workflows/test-mixed-versions.yaml
@@ -3,6 +3,7 @@ on:
push:
branches:
- main
+ - v3.12.x
- v3.11.x
- v3.10.x
- v3.9.x
diff --git a/.github/workflows/test-selenium.yaml b/.github/workflows/test-selenium.yaml
index 8827a32836..0f54fc9a2c 100644
--- a/.github/workflows/test-selenium.yaml
+++ b/.github/workflows/test-selenium.yaml
@@ -3,6 +3,7 @@ on:
push:
branches:
- main
+ - v3.12.x
- v3.11.x
- bump-otp-for-oci
- bump-rbe-*
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 9aceb026e7..40c9b9d9f9 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -3,6 +3,7 @@ on:
push:
branches:
- main
+ - v3.12.x
- v3.11.x
- v3.10.x
- v3.9.x
@@ -36,6 +37,7 @@ jobs:
otp_version_id:
- 25_0
- 25_3
+ - 26
timeout-minutes: 120
steps:
- name: CHECKOUT REPOSITORY
@@ -83,6 +85,8 @@ jobs:
elixir_version: 1.14.0
- erlang_version: "25.3"
elixir_version: 1.14.0
+ - erlang_version: "26.0-rc3"
+ elixir_version: 1.14.0
timeout-minutes: 60
steps:
- name: CHECKOUT REPOSITORY