File tree Expand file tree Collapse file tree 2 files changed +4
-24
lines changed Expand file tree Collapse file tree 2 files changed +4
-24
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments