Skip to content

Commit 862b658

Browse files
Resolve a conflict (#9491)
1 parent c85b7ca commit 862b658

File tree

2 files changed

+4
-24
lines changed

2 files changed

+4
-24
lines changed

.github/workflows/check-build-system-equivalence-release-branches.yaml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,23 @@ jobs:
66
check-main:
77
uses: ./.github/workflows/check-build-system-equivalence.yaml
88
with:
9-
<<<<<<< HEAD
10-
ref: main
11-
erlang_version: 26.0
12-
=======
13-
ref: refs/heads/main
9+
ref: refs/heads/main
1410
erlang_version: 26.1
15-
>>>>>>> 75eb0621fc (Use OTP 26.1 as OTP 26 in CI)
1611
elixir_version: 1.15
1712
project_version: 3.13.0
1813

1914
check-v3_12_x:
2015
uses: ./.github/workflows/check-build-system-equivalence.yaml
2116
with:
22-
<<<<<<< HEAD
23-
ref: v3.12.x
24-
erlang_version: 26.0
25-
=======
26-
ref: refs/heads/v3.12.x
17+
ref: refs/heads/v3.12.x
2718
erlang_version: 26.1
28-
>>>>>>> 75eb0621fc (Use OTP 26.1 as OTP 26 in CI)
2919
elixir_version: 1.15
3020
project_version: 3.12.0
3121

3222
check-v3_11_x:
3323
uses: ./.github/workflows/check-build-system-equivalence.yaml
3424
with:
35-
<<<<<<< HEAD
36-
ref: v3.11.x
37-
erlang_version: 26.0
38-
=======
39-
ref: refs/heads/v3.11.x
25+
ref: refs/heads/v3.11.x
4026
erlang_version: 26.1
41-
>>>>>>> 75eb0621fc (Use OTP 26.1 as OTP 26 in CI)
4227
elixir_version: 1.15
4328
project_version: 3.11.0

.github/workflows/test-windows.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14-
<<<<<<< HEAD
15-
- erlang_version: "26.0"
16-
elixir_version: "1.14.5"
17-
=======
18-
- erlang_version: "26.1"
14+
- erlang_version: "26.1"
1915
elixir_version: "1.15.2"
20-
>>>>>>> 75eb0621fc (Use OTP 26.1 as OTP 26 in CI)
2116
timeout-minutes: 120
2217
steps:
2318
- name: CHECKOUT REPOSITORY

0 commit comments

Comments
 (0)