Skip to content

Commit f185a32

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 4804c77 commit f185a32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-20.04
3535
env:
3636
# otp-min
37-
otp_version_id: 25_3
37+
otp_version_id: 26
3838
steps:
3939
- name: CHECKOUT REPOSITORY
4040
uses: actions/checkout@v3
@@ -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)