We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aae87a commit cf0c7a8Copy full SHA for cf0c7a8
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- elixir: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18']
+ elixir: ['1.14', '1.15', '1.16', '1.17', '1.18']
25
runs-on: ubuntu-24.04
26
container:
27
image: public.ecr.aws/docker/library/elixir:${{ matrix.elixir }}
0 commit comments