Skip to content

Commit 8ddae78

Browse files
author
Matteo Brancaleoni
committed
chore: update ci matrix
1 parent f322a8a commit 8ddae78

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
otp: ["26", "27"]
9-
elixir: ["1.17.3", "1.18.2"]
10-
exclude:
11-
- otp: "22.3"
12-
elixir: "1.14.3"
13-
- otp: "25.2"
14-
elixir: "1.11.4"
15-
- otp: "25.2"
16-
elixir: "1.12.3"
9+
elixir: ["1.17.3", "1.18.3"]
1710
steps:
1811
- uses: actions/checkout@v4
1912
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)