Skip to content

Commit bcc142b

Browse files
committed
Bump tested Elixir/Erlang versions to setup-beam compatible ones
1 parent d360927 commit bcc142b

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.13]
18+
otp: [24]
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.13]
55+
otp: [24]
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.13]
86+
otp: [24]
8787
steps:
8888
- uses: actions/checkout@v4
8989
with:

0 commit comments

Comments
 (0)