Skip to content

Commit 057a3fa

Browse files
committed
Bump OTP to 26 for mixed version tests
Mixed version tests use the same erlang for all nodes, so the erlang version must be supported by both new and old version.
1 parent 3239711 commit 057a3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
fail-fast: false
128128
matrix:
129129
otp_version_id:
130-
- "25_3"
130+
- "26"
131131
timeout-minutes: 120
132132
steps:
133133
- name: CHECKOUT REPOSITORY
@@ -171,7 +171,7 @@ jobs:
171171
strategy:
172172
matrix:
173173
include:
174-
- erlang_version: "25.3"
174+
- erlang_version: "26.0"
175175
elixir_version: 1.14.5
176176
timeout-minutes: 60
177177
steps:

0 commit comments

Comments
 (0)