Skip to content

Commit 76fc4a9

Browse files
committed
Drop CI support for elixir 1.10 and OTP 22
1 parent f2bb205 commit 76fc4a9

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,15 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
os: ["ubuntu-20.04"]
51-
elixir: ["1.13", "1.12", "1.11", "1.10"]
52-
otp: ["24", "23", "22"]
51+
elixir: ["1.14", "1.13", "1.12", "1.11"]
52+
otp: ["25", 24", "23"]
5353
include:
5454
- os: windows-2019
5555
elixir: "1.13"
5656
otp: "24"
5757
- os: windows-2019
5858
elixir: "1.12"
5959
otp: "24"
60-
exclude:
61-
- elixir: "1.13"
62-
otp: "21"
63-
- elixir: "1.12"
64-
otp: "21"
6560
steps:
6661
- uses: actions/checkout@v2
6762
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)