From 5bf8796e5a8ab8ed08155efca50a0611cb669929 Mon Sep 17 00:00:00 2001 From: Sascha Wolf Date: Tue, 27 Oct 2020 15:27:50 +0100 Subject: [PATCH] github/workflows/release: Use a lower elixir and erlang version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f444b2..c3a56c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: publish_to_hex: name: Publish to Hex.pm runs-on: ubuntu-latest - container: hexpm/elixir:1.11.0-erlang-23.0.2-alpine-3.11.6 + container: hexpm/elixir:1.10.3-erlang-22.1.8.1-alpine-3.11.6 steps: - uses: actions/checkout@v2.3.1 - name: Install dependencies