elixir.yml: Specify latest Elixir/OTP versions
There is an OTP 23.0 but 22.3 is the max that latest Elixir supports currently.
This commit is contained in:
+2
-2
@@ -16,8 +16,8 @@ jobs:
|
||||
- name: Set up Elixir
|
||||
uses: actions/setup-elixir@v1
|
||||
with:
|
||||
elixir-version: '1.9.4' # Define the elixir version [required]
|
||||
otp-version: '22.2' # Define the OTP version [required]
|
||||
elixir-version: '1.10.3' # Define the elixir version [required]
|
||||
otp-version: '22.3' # Define the OTP version [required]
|
||||
- name: Install Dependencies
|
||||
run: mix deps.get
|
||||
- name: Run Tests
|
||||
|
||||
Reference in New Issue
Block a user