We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8439a05 commit 1f58bf1Copy full SHA for 1f58bf1
1 file changed
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
test:
7
strategy:
8
matrix:
9
- elixir_version: [1.17, 1.16]
+ elixir_version: ["1.20", 1.17, 1.16]
10
runs-on: ubuntu-latest
11
container:
12
image: elixir:${{ matrix.elixir_version }}
0 commit comments