From 4802cf97bb65581902af28a7b4f6601cad579453 Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Wed, 27 May 2020 17:25:20 -0400 Subject: [PATCH] fix ci --- .github/workflows/elixir.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 9fb06a60..508dcfdf 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: elixir:1.9.4 + image: elixir:1.10.3 services: db: image: postgres:latest @@ -20,6 +20,9 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 + redis: + image: redis:5.0.9 + ports: ['6379:6379'] steps: - uses: actions/checkout@v1 - name: Install Ubuntu Dependencies