Skip to content

Commit 27acd9a

Browse files
authored
Update elixir.yml
1 parent 33efcdb commit 27acd9a

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
@@ -17,8 +17,8 @@ jobs:
1717
- name: Set up Elixir
1818
uses: erlef/setup-elixir@885971a72ed1f9240973bd92ab57af8c1aa68f24
1919
with:
20-
elixir-version: '1.10.3' # Define the elixir version [required]
21-
otp-version: '22.3' # Define the OTP version [required]
20+
elixir-version: '1.17.3' # Define the elixir version [required]
21+
otp-version: '27.0' # Define the OTP version [required]
2222
- name: Restore dependencies cache
2323
uses: actions/cache@v2
2424
with:

0 commit comments

Comments
 (0)