summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2022-08-05 16:25:14 +0400
committerGitHub <noreply@github.com>2022-08-05 16:25:14 +0400
commite5a21f2f96ed7e8b283c1632636f38afcd9d1bf4 (patch)
tree566bae75f7cb8d11c0721d553e3111cb61e93d02
parentab278bfcce62068a3908317c7af0d5a795ccdbc5 (diff)
parent94552c5400e532793afaf06930dd317f0501b761 (diff)
downloadrabbitmq-server-git-e5a21f2f96ed7e8b283c1632636f38afcd9d1bf4.tar.gz
Merge pull request #5446 from rabbitmq/mergify/bp/v3.11.x/pr-5445
Drop Erlang 23 from Actions test matrix (in 3.12.x/master, 3.11.x) (backport #5445)
-rw-r--r--.github/workflows/oci.yaml8
-rw-r--r--.github/workflows/perform-bazel-execution-comparison.yaml8
-rw-r--r--.github/workflows/test.yaml3
-rw-r--r--.github/workflows/update-otp-patches.yaml2
4 files changed, 8 insertions, 13 deletions
diff --git a/.github/workflows/oci.yaml b/.github/workflows/oci.yaml
index 08cb242e4a..51f4793472 100644
--- a/.github/workflows/oci.yaml
+++ b/.github/workflows/oci.yaml
@@ -20,10 +20,10 @@ jobs:
# For example, for Git commit SHA '111aaa' and branch name 'main' and maximum supported Erlang major version '24',
# the following tags will be pushed to Dockerhub:
#
- # * 111aaa-otp-min (image OTP 23)
- # * main-otp-min (image OTP 23)
- # * 111aaa-otp-max (image OTP 24)
- # * main-otp-max (image OTP 24)
+ # * 111aaa-otp-min (image OTP 24)
+ # * main-otp-min (image OTP 24)
+ # * 111aaa-otp-max (image OTP 25)
+ # * main-otp-max (image OTP 25)
build-publish-dev:
runs-on: ubuntu-latest
diff --git a/.github/workflows/perform-bazel-execution-comparison.yaml b/.github/workflows/perform-bazel-execution-comparison.yaml
index 8aae4a7b0a..3566c006ff 100644
--- a/.github/workflows/perform-bazel-execution-comparison.yaml
+++ b/.github/workflows/perform-bazel-execution-comparison.yaml
@@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
erlang_version:
- - "23"
+ - "24"
include:
- - erlang_version: "23"
+ - erlang_version: "24"
cache_name: ci-bazel-cache-analysis
timeout-minutes: 120
steps:
@@ -48,9 +48,9 @@ jobs:
strategy:
matrix:
erlang_version:
- - "23"
+ - "24"
include:
- - erlang_version: "23"
+ - erlang_version: "24"
cache_name: ci-bazel-cache-analysis
timeout-minutes: 120
steps:
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 5797cbfa43..01b8a8c68a 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -34,7 +34,6 @@ jobs:
fail-fast: false
matrix:
erlang_major:
- - "23"
- "24"
#! - "25"
timeout-minutes: 120
@@ -79,8 +78,6 @@ jobs:
fail-fast: false
matrix:
include:
- - erlang_version: "23"
- elixir_version: 1.10.4
- erlang_version: "24"
elixir_version: 1.12.3
#! - erlang_version: "25"
diff --git a/.github/workflows/update-otp-patches.yaml b/.github/workflows/update-otp-patches.yaml
index 48ba16b733..fd99b4ee26 100644
--- a/.github/workflows/update-otp-patches.yaml
+++ b/.github/workflows/update-otp-patches.yaml
@@ -11,8 +11,6 @@ jobs:
max-parallel: 1
matrix:
include:
- - erlang_version: "23.3"
- name_suffix: '_23'
- erlang_version: "24.3"
name_suffix: '_24'
- erlang_version: "25.0"