Skip to content

Commit 1f58bf1

Browse files
committed
Add Elixir 1.20 to test matrix
1 parent 8439a05 commit 1f58bf1

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]
9+
elixir_version: ["1.20", 1.17, 1.16]
1010
runs-on: ubuntu-latest
1111
container:
1212
image: elixir:${{ matrix.elixir_version }}

0 commit comments

Comments
 (0)