Skip to content

Commit 0415036

Browse files
committed
Update Elixir OTP compatibility
1 parent 2524f64 commit 0415036

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,16 @@ jobs:
2828
otp-version: "24.x"
2929
- elixir-version: "1.18.x"
3030
otp-version: "24.x"
31-
# Elixir 1.14, 1.15 and 1.16 don't support OTP 27
31+
# Elixir 1.14 doesn't support OTP 26
32+
- elixir-version: "1.14.x"
33+
otp-version: "26.x"
34+
# Elixir 1.14, 1.15, and 1.16 don't support OTP 27
35+
- elixir-version: "1.14.x"
36+
otp-version: "27.x"
3237
- elixir-version: "1.15.x"
3338
otp-version: "27.x"
3439
- elixir-version: "1.16.x"
3540
otp-version: "27.x"
36-
- elixir-version: "1.14.x"
37-
otp-version: "27.x"
3841

3942
steps:
4043
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)