Merge pull request #24 from CloudFire-LLC/bump-otp-ver

Bump otp ver
This commit is contained in:
Jamil
2020-05-28 17:58:22 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ jobs:
uses: actions/setup-elixir@v1
with:
elixir-version: "1.10.3"
otp-version: "23.0"
otp-version: "23.0.1"
- name: Install Dependencies
run: mix deps.get --only test
- name: Setup Database

View File

@@ -1,3 +1,3 @@
elixir 1.10.3-otp-23
erlang 23.0
erlang 23.0.1
nodejs 10.20.1