summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2022-09-15 10:52:34 +0400
committerMichael Klishin <michael@clojurewerkz.org>2022-09-18 16:17:21 +0400
commit64a9af017235630ef694c935f8863938213b907b (patch)
treea9a8850e2b8cc1e3db175dac3bfbf76cb9aa9feb /.github
parentdc1d14ab922b93b256a04cf7dd07765ab81e7082 (diff)
downloadrabbitmq-server-git-64a9af017235630ef694c935f8863938213b907b.tar.gz
Re-enable Erlang 25 in Actions
Post #5789
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-mixed-versions.yaml6
-rw-r--r--.github/workflows/test-windows.yaml4
-rw-r--r--.github/workflows/test.yaml2
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml
index 63daea9edd..98e4a03b91 100644
--- a/.github/workflows/test-mixed-versions.yaml
+++ b/.github/workflows/test-mixed-versions.yaml
@@ -36,7 +36,7 @@ jobs:
matrix:
erlang_major:
- "24"
- #! - "25"
+ - "25"
timeout-minutes: 120
steps:
- name: CHECKOUT REPOSITORY
@@ -79,8 +79,8 @@ jobs:
include:
- erlang_version: "24"
elixir_version: 1.12.3
- #! - erlang_version: "25"
- #! elixir_version: 1.13.4
+ - erlang_version: "25"
+ elixir_version: 1.13.4
timeout-minutes: 60
steps:
- name: CHECKOUT REPOSITORY
diff --git a/.github/workflows/test-windows.yaml b/.github/workflows/test-windows.yaml
index bb650e7210..58777d2547 100644
--- a/.github/workflows/test-windows.yaml
+++ b/.github/workflows/test-windows.yaml
@@ -13,8 +13,8 @@ jobs:
include:
- erlang_version: "24"
elixir_version: 1.12.3
- #! - erlang_version: "25"
- #! elixir_version: 1.13.4
+ - erlang_version: "25"
+ elixir_version: 1.13.4
timeout-minutes: 120
steps:
- name: CHECKOUT REPOSITORY
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 02cbf992c4..71bc530235 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -35,7 +35,7 @@ jobs:
matrix:
erlang_major:
- "24"
- #! - "25"
+ - "25"
timeout-minutes: 120
steps:
- name: CHECKOUT REPOSITORY