Skip to content

Commit 3700b58

Browse files
Workflows: use Erlang 26 as 25.3 is no longer supported
1 parent ae1862b commit 3700b58

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/oci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
matrix:
3535
include:
3636
- image_tag_suffix: otp-min-bazel
37-
otp_version_id: 25_3
37+
otp_version_id: 26_1
3838
- image_tag_suffix: otp-max-bazel
3939
otp_version_id: 26_1
4040
steps:

.github/workflows/perform-bazel-execution-comparison.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
erlang_version:
16-
- "25"
16+
- "26"
1717
include:
18-
- erlang_version: "25"
18+
- erlang_version: "26"
1919
cache_name: ci-bazel-cache-analysis
2020
timeout-minutes: 120
2121
steps:
@@ -48,9 +48,9 @@ jobs:
4848
strategy:
4949
matrix:
5050
erlang_version:
51-
- "25"
51+
- "26"
5252
include:
53-
- erlang_version: "25"
53+
- erlang_version: "26"
5454
cache_name: ci-bazel-cache-analysis
5555
timeout-minutes: 120
5656
steps:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
fail-fast: false
131131
matrix:
132132
otp_version_id:
133-
- "25_3"
133+
- "26_1"
134134
metadata_store:
135135
- mnesia
136136
- khepri

0 commit comments

Comments
 (0)