Skip to content

Commit 56aab34

Browse files
committed
Use erlang 26.0 instead of rc3 in bazel
1 parent 3298051 commit 56aab34

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/update-otp-patches.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- "25.1"
1818
- "25.2"
1919
- "25.3"
20+
- "26.0"
2021
include:
2122
- erlang_version: "24.3"
2223
name: '24'
@@ -49,6 +50,12 @@ jobs:
4950
backport-v3.12.x
5051
backport-v3.11.x
5152
backport-v3.10.x
53+
- erlang_version: "26.0"
54+
name: '26'
55+
branch: main
56+
labels: |
57+
backport-v3.12.x
58+
backport-v3.11.x
5259
timeout-minutes: 10
5360
env:
5461
branch: bump-otp-${{ matrix.erlang_version }}

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ erlang_config.internal_erlang_from_github_release(
7171

7272
erlang_config.internal_erlang_from_github_release(
7373
name = "26",
74-
sha256 = "ce962175c4d90161a7247d8e2e4ae36f9d8cc0214c8f52dba8ba84a82afc096f",
75-
version = "26.0-rc3",
74+
sha256 = "3ff3c53d7ef9a45b5720e95b8756269c1a1b58eb51accc992ca97522fdb234d4",
75+
version = "26.0",
7676
)
7777

7878
erlang_config.internal_erlang_from_http_archive(

0 commit comments

Comments
 (0)