Skip to content

Commit d9f670a

Browse files
committed
Bump CI Elixir/Erlang to fix warnings
There's at least one library that specifies that it requires Elixir 1.15 and setup-beam wasn't happy anymore with the old versions.
1 parent d360927 commit d9f670a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/elixir.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
elixir: [1.11]
18-
otp: [23.3]
17+
elixir: [1.15]
18+
otp: [26]
1919
steps:
2020
- name: checkout
2121
uses: actions/checkout@v4
@@ -51,8 +51,8 @@ jobs:
5151
runs-on: ubuntu-latest
5252
strategy:
5353
matrix:
54-
elixir: [1.11]
55-
otp: [23.3]
54+
elixir: [1.15]
55+
otp: [26]
5656
steps:
5757
- uses: actions/checkout@v4
5858
with:
@@ -82,8 +82,8 @@ jobs:
8282
runs-on: ubuntu-latest
8383
strategy:
8484
matrix:
85-
elixir: [1.11]
86-
otp: [23.3]
85+
elixir: [1.15]
86+
otp: [26]
8787
steps:
8888
- uses: actions/checkout@v4
8989
with:

0 commit comments

Comments
 (0)