Skip to content

Commit

Permalink
downgrade elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Dec 20, 2023
1 parent 6b615d6 commit fabf356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0
with:
elixir-version: '1.15.2' # [Required] Define the Elixir version
otp-version: '26.0' # [Required] Define the Erlang/OTP version
otp-version: '25.3' # [Required] Define the Erlang/OTP version
- name: Restore dependencies cache
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule DockerEngineAPI.Mixfile do
version: @version,
source_url: @source_url,
homepage_url: @source_url,
elixir: "~> 1.15",
elixir: "~> 1.13",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
package: package(),
Expand Down

0 comments on commit fabf356

Please sign in to comment.