Skip to content

Commit e08310a

Browse files
committed
CI: Turn off mixed version tests running Khepri
Khepri is experimental and not guaranteed to be upgradable. We should re-enable mixed version testing as Khepri stabilizes but for now we should turn it off. This saves some CI time and avoids some failures that will be introduced when we upgrade Khepri to v0.14.0.
1 parent 50524d4 commit e08310a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-plugin-mixed.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
- 26
3030
metadata_store:
3131
- mnesia
32-
- khepri
32+
# Khepri is currently skipped because Khepri is an unstable feature: we don't guarantee upgrability.
33+
# Mixed-version tests currently fail with Khepri because of a new machine version introduced in
34+
# Khepri v0.14.0.
35+
# - khepri
3336
include:
3437
- erlang_version: 26
3538
elixir_version: 1.15

0 commit comments

Comments
 (0)