Skip to content

Commit aaee141

Browse files
committed
Configure matrix of elixir versions
1 parent 1432ff2 commit aaee141

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ jobs:
3232
run: mix test
3333

3434
ecto32:
35+
strategy:
36+
matrix:
37+
elixir_version: [1.17, 1.16, 1.15, 1.14, 1.13]
3538
runs-on: ubuntu-latest
3639
container:
37-
image: elixir:1.17.2
40+
image: elixir:${{elixir_version}}
3841
services:
3942
postgres:
4043
image: postgres:14

0 commit comments

Comments
 (0)