Skip to content

Commit

Permalink
Keep Elixir v1.11 support (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 10, 2023
1 parent c5c7a2d commit b6da3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
- pair:
elixir: '1.12'
elixir: '1.11'
otp: 23
- pair:
elixir: '1.15'
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Esbuild.MixProject do
[
app: :esbuild,
version: @version,
elixir: "~> 1.12",
elixir: "~> 1.11",
deps: deps(),
description: "Mix tasks for installing and invoking esbuild",
package: [
Expand Down

0 comments on commit b6da3e9

Please sign in to comment.