Bump local elixir and erlang versions
This commit is contained in:
parent
84ae8e7c8f
commit
57f64bea91
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
name: Build and test
|
name: Build and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: "ubuntu:20.04"
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres
|
||||||
|
|
@ -25,8 +25,8 @@ jobs:
|
||||||
- name: Set up Elixir
|
- name: Set up Elixir
|
||||||
uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21
|
uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21
|
||||||
with:
|
with:
|
||||||
elixir-version: '1.13.4' # Define the elixir version [required]
|
elixir-version: '1.15.2' # Define the elixir version [required]
|
||||||
otp-version: '24.3.4' # Define the OTP version [required]
|
otp-version: '26.0.2' # Define the OTP version [required]
|
||||||
- name: Restore dependencies cache
|
- name: Restore dependencies cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
erlang 24.3.4
|
erlang 26.0.2
|
||||||
elixir 1.13.4
|
elixir 1.15.2-otp-26
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue