We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e34b4 commit 7306aa8Copy full SHA for 7306aa8
.github/workflows/ci.yml
@@ -10,14 +10,10 @@ jobs:
10
fail-fast: false
11
matrix:
12
include:
13
+ - elixir: 1.17.x
14
+ otp: 27
15
- elixir: 1.14.x
16
otp: 26
- - elixir: 1.14.x
- otp: 25
17
- - elixir: 1.13.x
18
- otp: 24
19
- - elixir: 1.12.x
20
21
22
env:
23
MIX_ENV: test
mix.exs
@@ -5,7 +5,7 @@ defmodule Landmark.MixProject do
5
[
6
app: :landmark,
7
version: "0.1.0",
8
- elixir: "~> 1.17",
+ elixir: "~> 1.14",
9
start_permanent: Mix.env() == :prod,
deps: deps(),
description: description(),
0 commit comments