We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33efcdb commit 27acd9aCopy full SHA for 27acd9a
.github/workflows/elixir.yml
@@ -17,8 +17,8 @@ jobs:
17
- name: Set up Elixir
18
uses: erlef/setup-elixir@885971a72ed1f9240973bd92ab57af8c1aa68f24
19
with:
20
- elixir-version: '1.10.3' # Define the elixir version [required]
21
- otp-version: '22.3' # Define the OTP version [required]
+ elixir-version: '1.17.3' # Define the elixir version [required]
+ otp-version: '27.0' # Define the OTP version [required]
22
- name: Restore dependencies cache
23
uses: actions/cache@v2
24
0 commit comments