Skip to content

Commit 2e8cddb

Browse files
author
Adriano Santos
committed
chore: remove elixir 1.12 from git pipeline
1 parent 37fd806 commit 2e8cddb

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
@@ -35,9 +35,7 @@ jobs:
3535
matrix:
3636
otp: [24.x, 25.x, 26.1.x]
3737
elixir: [1.15.x]
38-
include:
39-
- otp: 24.x
40-
elixir: 1.12.x
38+
4139
needs: check_format
4240
steps:
4341
- uses: actions/checkout@v3
@@ -88,9 +86,7 @@ jobs:
8886
matrix:
8987
otp: [24.x, 25.x, 26.1.x]
9088
elixir: [1.15.x]
91-
include:
92-
- otp: 24.x
93-
elixir: 1.12.x
89+
9490
steps:
9591
- uses: actions/checkout@v3
9692
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)