Skip to content

Commit 33a8349

Browse files
committed
Run mixed tests against 4.2 in main
1 parent 028dae8 commit 33a8349

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-mixed.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Mixed with 3.13
1+
name: Test Mixed with 4.2
22
on:
33
schedule:
44
# at 2:20am on Sundays
@@ -8,7 +8,7 @@ on:
88
previous_version:
99
description: 'Previous version to test against'
1010
required: true
11-
default: 'tags/v3.13.7'
11+
default: 'tags/v4.2.0'
1212
jobs:
1313
test-mixed-clusters:
1414
name: Test mixed clusters
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
erlang_version: ${{ matrix.erlang_version }}
2727
elixir_version: ${{ matrix.elixir_version }}
28-
previous_version: 'tags/v3.13.7'
28+
previous_version: 'tags/v4.2.0'
2929
metadata_store: ${{ matrix.metadata_store }}
3030
mixed_clusters: true
31-
ref: 'v4.2.x'
31+
ref: 'main'

0 commit comments

Comments
 (0)