Skip to content

Commit 6795101

Browse files
committed
Make lint use elixir 1.14 and OTP 25
1 parent 8a087a5 commit 6795101

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: ["ubuntu-20.04"]
20-
elixir: ["1.13"]
21-
otp: ["24"]
20+
elixir: ["1.14"]
21+
otp: ["25"]
2222
steps:
2323
- uses: actions/checkout@v2
2424
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)