Skip to content

Commit 8440550

Browse files
committed
Use most recent Elixir + Erlang versions only
1 parent 321c12b commit 8440550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
name: Ex${{matrix.elixir}}/OTP${{matrix.otp}}
1010
strategy:
1111
matrix:
12-
elixir: ["1.15.8", "1.16.3", "1.17.3", "1.18.2", "1.19.0-rc.0"]
13-
otp: ["25.3.2", "26.2.5", "27.2.4"]
12+
elixir: ["1.18.4", "1.19.0-rc.0"]
13+
otp: ["27.3.4", "28.0"]
1414
exclude:
1515
- elixir: "1.15.8"
1616
otp: "27.2.4"

0 commit comments

Comments
 (0)