Skip to content

Commit 70c1fd0

Browse files
committed
Update elixir versions
1 parent 0f58fdc commit 70c1fd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
1515
include:
1616
# Newest supported Elixir/Erlang pair.
17-
- elixir: '1.15'
17+
- elixir: '1.16'
1818
otp: '26.0'
1919

2020
# One version before the last supported one.
21-
- elixir: '1.14'
22-
otp: '23.0'
21+
- elixir: '1.15'
22+
otp: '24.0'
2323

2424
# Oldest supported Elixir/Erlang pair.
2525
- elixir: '1.12'

0 commit comments

Comments
 (0)