Skip to content

Commit d7d71f6

Browse files
committed
back to main
1 parent 6b91af6 commit d7d71f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: erlef/[email protected]
3838
with:
3939
otp-version: ${{ inputs.erlang_version }}
40-
version-type: strict
40+
# version-type: strict
4141
elixir-version: ${{ inputs.elixir_version }}
4242
hexpm-mirrors: |
4343
https://builds.hex.pm

.github/workflows/test-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fail-fast: false
6363
matrix:
6464
erlang_version:
65-
- '26.1.1'
65+
- '27'
6666
elixir_version:
6767
- '1.17'
6868
metadata_store:

deps/rabbit/test/amqp_client_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ all() ->
5151

5252
groups() ->
5353
[
54-
{cluster_size_1, [{repeat_until_any_fail, 10}],
54+
{cluster_size_1, [{repeat_until_any_fail, 5}],
5555
[
5656
% reliable_send_receive_with_outcomes_classic_queue,
5757
% reliable_send_receive_with_outcomes_quorum_queue,

0 commit comments

Comments
 (0)