Skip to content

Commit f39570c

Browse files
GHA Erlang/OTP updates: keep both 26.2 and 26.1
1 parent a75bee7 commit f39570c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "25.1"
1717
- "25.2"
1818
- "25.3"
19+
- "26.1"
1920
- "26.2"
2021
include:
2122
- erlang_version: "25.0"
@@ -42,11 +43,16 @@ jobs:
4243
labels: |
4344
backport-v3.12.x
4445
backport-v3.11.x
45-
- erlang_version: "26.2"
46+
- erlang_version: "26.1"
4647
name: '26_1'
4748
branch: main
4849
labels: |
4950
backport-v3.12.x
51+
- erlang_version: "26.2"
52+
name: '26_2'
53+
branch: main
54+
labels: |
55+
backport-v3.12.x
5056
timeout-minutes: 10
5157
env:
5258
branch: bump-otp-${{ matrix.erlang_version }}

0 commit comments

Comments
 (0)