Skip to content

Commit 1e4b3e4

Browse files
committed
Update CI to use Elixir 1.13.4/OTP 25.2
1 parent 072ddd3 commit 1e4b3e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/elixir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Setup elixir
1616
uses: actions/setup-elixir@v1
1717
with:
18-
elixir-version: 1.9.4 # Define the elixir version [required]
19-
otp-version: 22.2 # Define the OTP version [required]
18+
elixir-version: 1.13.4 # Define the elixir version [required]
19+
otp-version: 25.2 # Define the OTP version [required]
2020
- name: Check formatting
2121
run: mix format --check-formatted
2222

0 commit comments

Comments
 (0)