Skip to content

Commit

Permalink
Update Elixir requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 2, 2025
1 parent c83c200 commit 45d1853
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
matrix:
include:
- pair:
elixir: '1.11'
otp: 23
elixir: "1.14"
otp: 25
- pair:
elixir: '1.15'
otp: 26
elixir: "1.18"
otp: 27
lint: lint
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
defmodule Esbuild.MixProject do
use Mix.Project

@version "0.8.2"
@version "0.9.0-dev"
@source_url "https://github.com/phoenixframework/esbuild"

def project do
[
app: :esbuild,
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.14",
deps: deps(),
description: "Mix tasks for installing and invoking esbuild",
package: [
Expand Down

0 comments on commit 45d1853

Please sign in to comment.