We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f732b commit b61add5Copy full SHA for b61add5
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, 1.15, 1.14, 1.13]
+ elixir_version: [1.20, 1.17, 1.16, 1.15, 1.14, 1.13]
10
runs-on: ubuntu-latest
11
container:
12
image: elixir:${{ matrix.elixir_version }}
0 commit comments