From 7193c04b92c5642a613f530b937f558886a08ed9 Mon Sep 17 00:00:00 2001 From: Peter Madsen-mygdal Date: Thu, 24 Nov 2022 14:22:59 +0100 Subject: [PATCH] =?UTF-8?q?yaml=E2=9D=A4=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e979a85..b11c5b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,10 +127,10 @@ jobs: sleep 4 # wait pg mix test --include distribution - name: Install postgrex 0.16 (except on elixir 1.7.4) - if: ${{ matrix.pair.elixir != 1.7.4 }} - run: | - mix deps.unlock --all - mix deps.update postgrex + if: matrix.pair.elixir != '1.7.4' + run: | + mix deps.unlock --all + mix deps.update postgrex - name: Run tests for PG 11/postgrex 0.16 (0.15 on elixir 1.7.4) env: PG_VERSION: 11