Bump OTP version for CI

This commit is contained in:
Jamil Bou Kheir
2020-05-28 17:54:11 -07:00
parent 011be7641d
commit bc316b7326

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