Skip to content

Commit b61add5

Browse files
committed
Add Elixir 1.20 to test matrix
1 parent 33f732b commit b61add5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
elixir_version: [1.17, 1.16, 1.15, 1.14, 1.13]
9+
elixir_version: [1.20, 1.17, 1.16, 1.15, 1.14, 1.13]
1010
runs-on: ubuntu-latest
1111
container:
1212
image: elixir:${{ matrix.elixir_version }}

0 commit comments

Comments
 (0)