Skip to content

Commit 7e9d983

Browse files
committed
Exclude Elixir 1.12 and OTP 25
1 parent 50b9173 commit 7e9d983

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
os: ["ubuntu-20.04"]
4646
elixir: ["1.14", "1.13", "1.12"]
4747
otp: ["25", "24", "23"]
48+
exclude:
49+
- elixir: "1.12"
50+
otp: "25"
4851
steps:
4952
- uses: actions/checkout@v3
5053
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)