Skip to content

Commit

Permalink
Configure matrix of elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adam12 committed Sep 15, 2024
1 parent 1432ff2 commit 902b2a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ jobs:
run: mix test

ecto32:
strategy:
matrix:
elixir_version: [1.17, 1.16, 1.15, 1.14, 1.13]
runs-on: ubuntu-latest
container:
image: elixir:1.17.2
image: elixir:${{ matrix.elixir_version }}
services:
postgres:
image: postgres:14
Expand Down

0 comments on commit 902b2a3

Please sign in to comment.