We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48a21a commit 71938c8Copy full SHA for 71938c8
2 files changed
.github/workflows/elixir.yml
@@ -27,17 +27,17 @@ jobs:
27
strategy:
28
matrix:
29
variation:
30
- - otp: "27.x"
31
- elixir: "1.18"
+ - otp: "28.x"
+ elixir: "1.19"
32
report_coverage: true
33
- - otp: "26.x"
+ - otp: "27.x"
34
35
+ report_coverage: false
36
37
elixir: "1.18"
38
report_coverage: false
39
- otp: "27.x"
- elixir: "1.17"
- report_coverage: false
40
+ elixir: "1.18"
41
42
43
steps:
mix.exs
@@ -8,7 +8,7 @@ defmodule Ethers.MixProject do
8
[
9
app: :ethers,
10
version: @version,
11
- elixir: "~> 1.11",
+ elixir: "~> 1.15",
12
elixirc_paths: elixirc_paths(Mix.env()),
13
start_permanent: Mix.env() == :prod,
14
name: "Ethers",
0 commit comments