Skip to content

Commit

Permalink
downgrade elixir because docker image isn't yet available
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Jan 29, 2020
1 parent 554ecf6 commit 4321617
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: elixir:1.10.0-alpine
image: elixir:1.9.4-alpine

steps:
- uses: actions/checkout@v1
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: elixir:1.10.0-alpine
image: elixir:1.9.4-alpine

steps:
- uses: actions/checkout@v1
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: elixir:1.10.0-alpine
image: elixir:1.9.4-alpine

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: elixir:1.10.0-alpine
image: elixir:1.9.4-alpine

steps:
- uses: actions/checkout@v1
Expand All @@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: elixir:1.10.0-alpine
image: elixir:1.9.4-alpine

env:
MIX_ENV: dev
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.10.0-otp-22
elixir 1.9.4-otp-22
erlang 22.2.3

0 comments on commit 4321617

Please sign in to comment.