summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2022-09-21 20:59:57 +0400
committerMichael Klishin <michael@clojurewerkz.org>2022-09-21 20:59:57 +0400
commitb4e42a7dfa218aba5f6a9eb3d6253eea15213100 (patch)
tree656871817318cd1ffd5ceb0ed11ddefd6986dc4c /.github
parentb512d18764cac318ed52a42978849a761997878d (diff)
downloadrabbitmq-server-git-b4e42a7dfa218aba5f6a9eb3d6253eea15213100.tar.gz
Add Erlang 25.1 to Actions matrix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/perform-bazel-execution-comparison.yaml1
-rw-r--r--.github/workflows/update-otp-patches.yaml2
2 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/perform-bazel-execution-comparison.yaml b/.github/workflows/perform-bazel-execution-comparison.yaml
index 60186069b0..29d1fdc71f 100644
--- a/.github/workflows/perform-bazel-execution-comparison.yaml
+++ b/.github/workflows/perform-bazel-execution-comparison.yaml
@@ -14,6 +14,7 @@ jobs:
matrix:
erlang_version:
- "25"
+ - "25.1"
include:
- erlang_version: "25"
cache_name: ci-bazel-cache-analysis
diff --git a/.github/workflows/update-otp-patches.yaml b/.github/workflows/update-otp-patches.yaml
index a08e08cc62..1a8d6f4154 100644
--- a/.github/workflows/update-otp-patches.yaml
+++ b/.github/workflows/update-otp-patches.yaml
@@ -14,6 +14,8 @@ jobs:
include:
- erlang_version: "25.0"
name: '25'
+ - erlang_version: "25.1"
+ name: '25'
timeout-minutes: 10
steps:
- name: CHECKOUT REPOSITORY