Skip to content

Commit

Permalink
Support ~> 1.16 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gilest committed Dec 12, 2024
1 parent 99283b1 commit e8628eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.14.5
otp: 24.3

- elixir: 1.15.4
otp: 25.3

- elixir: 1.16.3
otp: 26.2

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule PhoenixImportmap.MixProject do
[
app: :phoenix_importmap,
version: "0.1.0",
elixir: "~> 1.14",
elixir: "~> 1.16",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down

0 comments on commit e8628eb

Please sign in to comment.