Skip to content

Commit

Permalink
yaml❤️
Browse files Browse the repository at this point in the history
  • Loading branch information
petermm committed Nov 24, 2022
1 parent b553cf9 commit 7193c04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7193c04

Please sign in to comment.