Skip to content

Commit d54c51a

Browse files
Update CI
1 parent 5060df5 commit d54c51a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- name: Install OTP and Elixir
1515
uses: erlef/setup-beam@v1
1616
with:
17-
otp-version: "25.0"
18-
elixir-version: "1.14.2"
17+
otp-version: "28.0"
18+
elixir-version: "1.18.4"
1919

2020
- name: Install dependencies
2121
run: mix deps.get
@@ -35,8 +35,8 @@ jobs:
3535
- name: Install OTP and Elixir
3636
uses: erlef/setup-beam@v1
3737
with:
38-
otp-version: "25.0"
39-
elixir-version: "1.14.2"
38+
otp-version: "28.0"
39+
elixir-version: "1.18.4"
4040

4141
- name: Install dependencies
4242
run: mix deps.get
@@ -51,18 +51,18 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
include:
54+
- erlang: "26.0"
55+
elixir: "1.18.4"
56+
os: "ubuntu-24.04"
57+
- erlang: "26.1"
58+
elixir: "1.15.7"
59+
os: "ubuntu-24.04"
5460
- erlang: "24.2"
5561
elixir: "1.12.3"
5662
os: "ubuntu-22.04"
5763
- erlang: "24.2"
5864
elixir: "1.13.4"
5965
os: "ubuntu-22.04"
60-
- erlang: "23.0"
61-
elixir: "1.11.2"
62-
os: "ubuntu-20.04"
63-
- erlang: "23.0"
64-
elixir: "1.10.3"
65-
os: "ubuntu-20.04"
6666

6767
steps:
6868
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)