Skip to content

Commit 934beaa

Browse files
committed
Don't test against OTP 24 or Elixir 1.14
1 parent 7cc9bff commit 934beaa

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,13 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
os: ["ubuntu-latest", "windows-2019"]
52-
elixir: ["1.17", "1.16", "1.15", "1.14"]
53-
otp: ["27", "26", "25", "24"]
52+
elixir: ["1.17", "1.16", "1.15"]
53+
otp: ["27", "26", "25"]
5454
exclude:
55-
- elixir: "1.14"
56-
otp: "27"
5755
- elixir: "1.15"
5856
otp: "27"
5957
- elixir: "1.16"
6058
otp: "27"
61-
- elixir: "1.17"
62-
otp: "24"
6359
steps:
6460
- uses: actions/checkout@v4
6561
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)