We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028dae8 commit 33a8349Copy full SHA for 33a8349
.github/workflows/test-mixed.yaml
@@ -1,4 +1,4 @@
1
-name: Test Mixed with 3.13
+name: Test Mixed with 4.2
2
on:
3
schedule:
4
# at 2:20am on Sundays
@@ -8,7 +8,7 @@ on:
8
previous_version:
9
description: 'Previous version to test against'
10
required: true
11
- default: 'tags/v3.13.7'
+ default: 'tags/v4.2.0'
12
jobs:
13
test-mixed-clusters:
14
name: Test mixed clusters
@@ -25,7 +25,7 @@ jobs:
25
with:
26
erlang_version: ${{ matrix.erlang_version }}
27
elixir_version: ${{ matrix.elixir_version }}
28
- previous_version: 'tags/v3.13.7'
+ previous_version: 'tags/v4.2.0'
29
metadata_store: ${{ matrix.metadata_store }}
30
mixed_clusters: true
31
- ref: 'v4.2.x'
+ ref: 'main'
0 commit comments